#2CBEAF

Color #2CBEAF Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2CBEAF

Tints of Light Sea Green #2CBEAF

Color information

#2CBEAF (or 0x2CBEAF) is unknown color: approx Light Sea Green. HEX triplet: 2C, BE and AF. RGB value is (44,190,175). Sum of RGB (Red+Green+Blue) = 44+190+175=409 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.76% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBEAF is #D34150. Grayscale: #909090. Windows color (decimal): -13844817 or 11517484. OLE color: 11517484.

HSL color Cylindrical-coordinate representation of color #2CBEAF: hue angle of 173.84º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBEAF is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB44190175-
CMYK0.7700.080.25
HSL173.84º62.39%45.88%-
HSV(B)173.84º76.84%74.51%-
XYZ27.1940.4646.93-
YUV144.64145.1356.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 10.76%
GREEN value IS 190 (74.61% from 255) = 46.45%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=10.76%
G=46.45%
B=42.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441901750.7700.080.25173.8462.3945.88
Hex2CBEAF4D0819ae3e2e
Octal54276257115010312567656
Binary10110010111110101011111001101010001100110101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CBEAF; }

 p { color: rgb(44,190,175); }

 H1.HeaderClassName
 {
   color: #2CBEAF;
 }
 .AnyTagClassName
 {
   color: #2CBEAF;
 }
</style>
background-color css

<style>
 a { background-color: #2CBEAF; }

 a { background-color: rgb(44,190,175); }

 div.DivClassName
 {
   background-color: #2CBEAF;
 }
 .BgClassName
 {
   background-color: #2CBEAF;
 }
</style>
border-color css

<style>
 span { border-color: #2CBEAF; }

 span { border-color: rgb(44,190,175); }

 td.TdClassName
 {
   border-color: #2CBEAF;
 }
 .TagClassName
 {
   border-color: #2CBEAF;
 }
</style>