#2CAEBB

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

Shades of Light Sea Green #2CAEBB

Tints of Light Sea Green #2CAEBB

Color information

#2CAEBB (or 0x2CAEBB) is unknown color: approx Light Sea Green. HEX triplet: 2C, AE and BB. RGB value is (44,174,187). Sum of RGB (Red+Green+Blue) = 44+174+187=405 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.86% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #2CAEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAEBB is #D35144. Grayscale: #888888. Windows color (decimal): -13848901 or 12299820. OLE color: 12299820.

HSL color Cylindrical-coordinate representation of color #2CAEBB: hue angle of 185.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CAEBB is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB44174187-
CMYK0.760.0700.27
HSL185.45º61.9%45.29%-
HSV(B)185.45º76.47%73.33%-
XYZ25.1434.452.33-
YUV136.61156.4361.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.86%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=10.86%
G=42.96%
B=46.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441741870.760.0700.27185.4561.945.29
Hex2CAEBB4C701Bb93e2d
Octal5425627311470332717655
Binary1011001010111010111011100110011101101110111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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