#0CBAAE

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

Shades of Light Sea Green #0CBAAE

Tints of Light Sea Green #0CBAAE

Color information

#0CBAAE (or 0x0CBAAE) is unknown color: approx Light Sea Green. HEX triplet: 0C, BA and AE. RGB value is (12,186,174). Sum of RGB (Red+Green+Blue) = 12+186+174=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAAE is #F34551. Grayscale: #848484. Windows color (decimal): -15942994 or 11450892. OLE color: 11450892.

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

Color convert

RGB12186174-
CMYK0.9400.060.27
HSL175.86º87.88%38.82%-
HSV(B)175.86º93.55%72.94%-
XYZ25.3538.2546.09-
YUV132.61151.3541.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.23%
GREEN value IS 186 (73.05% from 255) = 50%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=3.23%
G=50%
B=46.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121861740.9400.060.27175.8687.8838.82
HexCBAAE5E061Bb05827
Octal14272256136063326013047
Binary110010111010101011101011110011011011101100001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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