#2CAEB4

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

Shades of Light Sea Green #2CAEB4

Tints of Light Sea Green #2CAEB4

Color information

#2CAEB4 (or 0x2CAEB4) is unknown color: approx Light Sea Green. HEX triplet: 2C, AE and B4. RGB value is (44,174,180). Sum of RGB (Red+Green+Blue) = 44+174+180=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #2CAEB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAEB4 is #D3514B. Grayscale: #878787. Windows color (decimal): -13848908 or 11841068. OLE color: 11841068.

HSL color Cylindrical-coordinate representation of color #2CAEB4: hue angle of 182.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CAEB4 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB44174180-
CMYK0.760.0300.29
HSL182.65º60.71%43.92%-
HSV(B)182.65º75.56%70.59%-
XYZ24.4134.148.48-
YUV135.81152.9362.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.06%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=11.06%
G=43.72%
B=45.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441741800.760.0300.29182.6560.7143.92
Hex2CAEB44C301Db73d2c
Octal5425626411430352677554
Binary101100101011101011010010011001101110110110111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,174,180); }

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

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

 a { background-color: rgb(44,174,180); }

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

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

 span { border-color: rgb(44,174,180); }

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