#0CB4A8

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

Shades of Light Sea Green #0CB4A8

Tints of Light Sea Green #0CB4A8

Color information

#0CB4A8 (or 0x0CB4A8) is unknown color: approx Light Sea Green. HEX triplet: 0C, B4 and A8. RGB value is (12,180,168). Sum of RGB (Red+Green+Blue) = 12+180+168=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB4A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB4A8 is #F34B57. Grayscale: #808080. Windows color (decimal): -15944536 or 11056140. OLE color: 11056140.

HSL color Cylindrical-coordinate representation of color #0CB4A8: hue angle of 175.71º 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 #0CB4A8 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB12180168-
CMYK0.9300.070.29
HSL175.71º87.5%37.65%-
HSV(B)175.71º93.33%70.59%-
XYZ23.5435.5542.67-
YUV128.4150.3444.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.33%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 168 (66.02% from 255) = 46.67%
R=3.33%
G=50%
B=46.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121801680.9300.070.29175.7187.537.65
HexCB4A85D071Db05826
Octal14264250135073526013046
Binary110010110100101010001011101011111101101100001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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