Html Css Color HEX #0AB6B0 Light Sea Green

📋 copy color: '#0AB6B0'

red 10 ◦ green 182 ◦ blue 176

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

Shades of Light Sea Green #0AB6B0

Tints of Light Sea Green #0AB6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.83%

R = 2.72%
G = 49.46%
B = 47.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#0AB6B0 (or 0x0AB6B0) is known color: Light Sea Green. HEX triplet: 0A, B6 and B0. RGB value is (10,182,176). Sum of RGB (Red+Green+Blue) = 10+182+176=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB6B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB6B0 is #F5494F. Grayscale: #818181. Windows color (decimal): -16075088 or 11580938. OLE color: 11580938.

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

Color convert

RGB 10 182 176 -
CMYK 0.95 0 0.03 0.29
HSL 177.91º 0.9% 0.38% -
HSV(B) 177.91º 0.95% 0.71% -
XYZ 24.69 36.66 46.85 -
YUV 129.89 154.02 42.49 -
System Red Green Blue C M Y K H S L
Decimal 10 182 176 0.95 0 0.03 0.29 177.91 0.9 0.38
Hex A B6 B0 5F 0 3 1D B2 5A 26
Octal 12 266 260 137 0 3 35 262 132 46
Binary 1010 10110110 10110000 1011111 0 11 11101 10110010 1011010 100110

Color Harmonies of #0AB6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB6B0

Black with #0AB6B0

Text Example


Text Example

White with #0AB6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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