#2CB8BD

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

Shades of Light Sea Green #2CB8BD

Tints of Light Sea Green #2CB8BD

Color information

#2CB8BD (or 0x2CB8BD) is unknown color: approx Light Sea Green. HEX triplet: 2C, B8 and BD. RGB value is (44,184,189). Sum of RGB (Red+Green+Blue) = 44+184+189=417 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.55% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #2CB8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB8BD is #D34742. Grayscale: #8E8E8E. Windows color (decimal): -13846339 or 12433452. OLE color: 12433452.

HSL color Cylindrical-coordinate representation of color #2CB8BD: hue angle of 182.07º 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 #2CB8BD is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB44184189-
CMYK0.770.0300.26
HSL182.07º62.23%45.69%-
HSV(B)182.07º76.72%74.12%-
XYZ27.3638.4954.13-
YUV142.71154.1257.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.55%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=10.55%
G=44.12%
B=45.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441841890.770.0300.26182.0762.2345.69
Hex2CB8BD4D301Ab63e2e
Octal5427027511530322667656
Binary101100101110001011110110011011101101010110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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