Html Css Color HEX #0CB6AC Light Sea Green

📋 copy color: '#0CB6AC'

red 12 ◦ green 182 ◦ blue 172

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

Shades of Light Sea Green #0CB6AC

Tints of Light Sea Green #0CB6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 3.28%
G = 49.73%
B = 46.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#0CB6AC (or 0x0CB6AC) is known color: Light Sea Green. HEX triplet: 0C, B6 and AC. RGB value is (12,182,172). Sum of RGB (Red+Green+Blue) = 12+182+172=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB6AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB6AC is #F34953. Grayscale: #818181. Windows color (decimal): -15944020 or 11318796. OLE color: 11318796.

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

Color convert

RGB 12 182 172 -
CMYK 0.93 0 0.05 0.29
HSL 176.47º 0.88% 0.38% -
HSV(B) 176.47º 0.93% 0.71% -
XYZ 24.33 36.51 44.8 -
YUV 130.03 151.68 43.81 -
System Red Green Blue C M Y K H S L
Decimal 12 182 172 0.93 0 0.05 0.29 176.47 0.88 0.38
Hex C B6 AC 5D 0 5 1D B0 58 26
Octal 14 266 254 135 0 5 35 260 130 46
Binary 1100 10110110 10101100 1011101 0 101 11101 10110000 1011000 100110

Color Harmonies of #0CB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB6AC

Black with #0CB6AC

Text Example


Text Example

White with #0CB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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