Html Css Color HEX #0AB6A5 Light Sea Green

📋 copy color: '#0AB6A5'

red 10 ◦ green 182 ◦ blue 165

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

Shades of Light Sea Green #0AB6A5

Tints of Light Sea Green #0AB6A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.22%

R = 2.8%
G = 50.98%
B = 46.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#0AB6A5 (or 0x0AB6A5) is known color: Light Sea Green. HEX triplet: 0A, B6 and A5. RGB value is (10,182,165). Sum of RGB (Red+Green+Blue) = 10+182+165=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB6A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB6A5 is #F5495A. Grayscale: #808080. Windows color (decimal): -16075099 or 10860042. OLE color: 10860042.

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

Color convert

RGB 10 182 165 -
CMYK 0.95 0 0.09 0.29
HSL 174.07º 0.9% 0.38% -
HSV(B) 174.07º 0.95% 0.71% -
XYZ 23.64 36.24 41.35 -
YUV 128.63 148.52 43.38 -
System Red Green Blue C M Y K H S L
Decimal 10 182 165 0.95 0 0.09 0.29 174.07 0.9 0.38
Hex A B6 A5 5F 0 9 1D AE 5A 26
Octal 12 266 245 137 0 11 35 256 132 46
Binary 1010 10110110 10100101 1011111 0 1001 11101 10101110 1011010 100110

Color Harmonies of #0AB6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB6A5

Black with #0AB6A5

Text Example


Text Example

White with #0AB6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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