Html Css Color HEX #0CB6A0 Light Sea Green

📋 copy color: '#0CB6A0'

red 12 ◦ green 182 ◦ blue 160

#0CB6A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0CB6A0

Tints of Light Sea Green #0CB6A0

RGB

 RED value IS 12 (5.08% from 255) = 3.39%

 GREEN value IS 182 (71.48% from 255) = 51.41%

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 3.39%
G = 51.41%
B = 45.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#0CB6A0 (or 0x0CB6A0) is known color: Light Sea Green. HEX triplet: 0C, B6 and A0. RGB value is (12,182,160). Sum of RGB (Red+Green+Blue) = 12+182+160=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB6A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB6A0 is #F3495F. Grayscale: #808080. Windows color (decimal): -15944032 or 10532364. OLE color: 10532364.

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

Color convert

RGB 12 182 160 -
CMYK 0.93 0 0.12 0.29
HSL 172.24º 0.88% 0.38% -
HSV(B) 172.24º 0.93% 0.71% -
XYZ 23.22 36.07 39 -
YUV 128.66 145.68 44.79 -
System Red Green Blue C M Y K H S L
Decimal 12 182 160 0.93 0 0.12 0.29 172.24 0.88 0.38
Hex C B6 A0 5D 0 C 1D AC 58 26
Octal 14 266 240 135 0 14 35 254 130 46
Binary 1100 10110110 10100000 1011101 0 1100 11101 10101100 1011000 100110

Color Harmonies of #0CB6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB6A0

Black with #0CB6A0

Text Example


Text Example

White with #0CB6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,182,160); }

 H1.HeaderClassName
 {
   color: #0CB6A0;
 }
 .AnyTagClassName
 {
   color: #0CB6A0;
 }
</style>

background-color css

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

 a { background-color: rgb(12,182,160); }

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

border-color css

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

 span { border-color: rgb(12,182,160); }

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