#2CB8BF

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

Shades of Light Sea Green #2CB8BF

Tints of Light Sea Green #2CB8BF

Color information

#2CB8BF (or 0x2CB8BF) is unknown color: approx Light Sea Green. HEX triplet: 2C, B8 and BF. RGB value is (44,184,191). Sum of RGB (Red+Green+Blue) = 44+184+191=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #2CB8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB8BF is #D34740. Grayscale: #8E8E8E. Windows color (decimal): -13846337 or 12564524. OLE color: 12564524.

HSL color Cylindrical-coordinate representation of color #2CB8BF: hue angle of 182.86º degrees, saturation: 0.63, 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 #2CB8BF is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB44184191-
CMYK0.770.0400.25
HSL182.86º62.55%46.08%-
HSV(B)182.86º76.96%74.9%-
XYZ27.5838.5855.28-
YUV142.94155.1257.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.50%
GREEN value IS 184 (72.27% from 255) = 43.91%
BLUE value IS 191 (75% from 255) = 45.58%
R=10.50%
G=43.91%
B=45.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441841910.770.0400.25182.8662.5546.08
Hex2CB8BF4D4019b73f2e
Octal5427027711540312677756
Binary1011001011100010111111100110110001100110110111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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