#0CB4A6

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

Shades of Light Sea Green #0CB4A6

Tints of Light Sea Green #0CB4A6

Color information

#0CB4A6 (or 0x0CB4A6) is unknown color: approx Light Sea Green. HEX triplet: 0C, B4 and A6. RGB value is (12,180,166). Sum of RGB (Red+Green+Blue) = 12+180+166=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB4A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB4A6 is #F34B59. Grayscale: #808080. Windows color (decimal): -15944538 or 10925068. OLE color: 10925068.

HSL color Cylindrical-coordinate representation of color #0CB4A6: hue angle of 175º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB4A6 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB12180166-
CMYK0.9300.080.29
HSL175º87.5%37.65%-
HSV(B)175º93.33%70.59%-
XYZ23.3635.4741.69-
YUV128.17149.3445.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.35%
GREEN value IS 180 (70.70% from 255) = 50.28%
BLUE value IS 166 (65.23% from 255) = 46.37%
R=3.35%
G=50.28%
B=46.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121801660.9300.080.2917587.537.65
HexCB4A65D081Daf5826
Octal142642461350103525713046
Binary1100101101001010011010111010100011101101011111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,180,166); }

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

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

 a { background-color: rgb(12,180,166); }

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

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

 span { border-color: rgb(12,180,166); }

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