Html Css Color HEX #0AB6AC Light Sea Green

📋 copy color: '#0AB6AC'

red 10 ◦ green 182 ◦ blue 172

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

Shades of Light Sea Green #0AB6AC

Tints of Light Sea Green #0AB6AC

RGB

 RED value IS 10 (4.3% from 255) = 2.75%

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

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

R = 2.75%
G = 50%
B = 47.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#0AB6AC (or 0x0AB6AC) is known color: Light Sea Green. HEX triplet: 0A, B6 and AC. RGB value is (10,182,172). Sum of RGB (Red+Green+Blue) = 10+182+172=364 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB6AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB6AC is #F54953. Grayscale: #818181. Windows color (decimal): -16075092 or 11318794. OLE color: 11318794.

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

Color convert

RGB 10 182 172 -
CMYK 0.95 0 0.05 0.29
HSL 176.51º 0.9% 0.38% -
HSV(B) 176.51º 0.95% 0.71% -
XYZ 24.3 36.5 44.79 -
YUV 129.43 152.02 42.81 -
System Red Green Blue C M Y K H S L
Decimal 10 182 172 0.95 0 0.05 0.29 176.51 0.9 0.38
Hex A B6 AC 5F 0 5 1D B1 5A 26
Octal 12 266 254 137 0 5 35 261 132 46
Binary 1010 10110110 10101100 1011111 0 101 11101 10110001 1011010 100110

Color Harmonies of #0AB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB6AC

Black with #0AB6AC

Text Example


Text Example

White with #0AB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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