#0CB8AE

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

Shades of Light Sea Green #0CB8AE

Tints of Light Sea Green #0CB8AE

Color information

#0CB8AE (or 0x0CB8AE) is unknown color: approx Light Sea Green. HEX triplet: 0C, B8 and AE. RGB value is (12,184,174). Sum of RGB (Red+Green+Blue) = 12+184+174=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB8AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB8AE is #F34751. Grayscale: #838383. Windows color (decimal): -15943506 or 11450380. OLE color: 11450380.

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

Color convert

RGB12184174-
CMYK0.9300.050.28
HSL176.51º87.76%38.43%-
HSV(B)176.51º93.48%72.16%-
XYZ24.9337.4245.95-
YUV131.43152.0242.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.24%
GREEN value IS 184 (72.27% from 255) = 49.73%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=3.24%
G=49.73%
B=47.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121841740.9300.050.28176.5187.7638.43
HexCB8AE5D051Cb15826
Octal14270256135053426113046
Binary110010111000101011101011101010111100101100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,184,174); }

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

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

 a { background-color: rgb(12,184,174); }

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

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

 span { border-color: rgb(12,184,174); }

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