#0CBFB3

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

Shades of Light Sea Green #0CBFB3

Tints of Light Sea Green #0CBFB3

Color information

#0CBFB3 (or 0x0CBFB3) is unknown color: approx Light Sea Green. HEX triplet: 0C, BF and B3. RGB value is (12,191,179). Sum of RGB (Red+Green+Blue) = 12+191+179=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFB3 is #F3404C. Grayscale: #878787. Windows color (decimal): -15941709 or 11779852. OLE color: 11779852.

HSL color Cylindrical-coordinate representation of color #0CBFB3: hue angle of 175.98º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBFB3 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB12191179-
CMYK0.9400.060.25
HSL175.98º88.18%39.8%-
HSV(B)175.98º93.72%74.9%-
XYZ26.9240.5949.06-
YUV136.11152.239.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.14%
GREEN value IS 191 (75% from 255) = 50%
BLUE value IS 179 (70.31% from 255) = 46.86%
R=3.14%
G=50%
B=46.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911790.9400.060.25175.9888.1839.8
HexCBFB35E0619b05828
Octal14277263136063126013050
Binary110010111111101100111011110011011001101100001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CBFB3; }

 p { color: rgb(12,191,179); }

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

<style>
 a { background-color: #0CBFB3; }

 a { background-color: rgb(12,191,179); }

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

<style>
 span { border-color: #0CBFB3; }

 span { border-color: rgb(12,191,179); }

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