#2CBABD

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

Shades of Light Sea Green #2CBABD

Tints of Light Sea Green #2CBABD

Color information

#2CBABD (or 0x2CBABD) is unknown color: approx Light Sea Green. HEX triplet: 2C, BA and BD. RGB value is (44,186,189). Sum of RGB (Red+Green+Blue) = 44+186+189=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #2CBABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBABD is #D34542. Grayscale: #8F8F8F. Windows color (decimal): -13845827 or 12433964. OLE color: 12433964.

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

Color convert

RGB44186189-
CMYK0.770.0200.26
HSL181.24º62.23%45.69%-
HSV(B)181.24º76.72%74.12%-
XYZ27.7839.3354.27-
YUV143.88153.4656.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.50%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=10.50%
G=44.39%
B=45.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441861890.770.0200.26181.2462.2345.69
Hex2CBABD4D201Ab53e2e
Octal5427227511520322657656
Binary101100101110101011110110011011001101010110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,186,189); }

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

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

 a { background-color: rgb(44,186,189); }

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

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

 span { border-color: rgb(44,186,189); }

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