Html Css Color HEX #0CB6AB Light Sea Green

📋 copy color: '#0CB6AB'

red 12 ◦ green 182 ◦ blue 171

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

Shades of Light Sea Green #0CB6AB

Tints of Light Sea Green #0CB6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 3.29%
G = 49.86%
B = 46.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#0CB6AB (or 0x0CB6AB) is known color: Light Sea Green. HEX triplet: 0C, B6 and AB. RGB value is (12,182,171). Sum of RGB (Red+Green+Blue) = 12+182+171=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB6AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB6AB is #F34954. Grayscale: #818181. Windows color (decimal): -15944021 or 11253260. OLE color: 11253260.

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

Color convert

RGB 12 182 171 -
CMYK 0.93 0 0.06 0.29
HSL 176.12º 0.88% 0.38% -
HSV(B) 176.12º 0.93% 0.71% -
XYZ 24.23 36.47 44.29 -
YUV 129.92 151.18 43.89 -
System Red Green Blue C M Y K H S L
Decimal 12 182 171 0.93 0 0.06 0.29 176.12 0.88 0.38
Hex C B6 AB 5D 0 6 1D B0 58 26
Octal 14 266 253 135 0 6 35 260 130 46
Binary 1100 10110110 10101011 1011101 0 110 11101 10110000 1011000 100110

Color Harmonies of #0CB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB6AB

Black with #0CB6AB

Text Example


Text Example

White with #0CB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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