Html Css Color HEX #0AABAC Light Sea Green

📋 copy color: '#0AABAC'

red 10 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #0AABAC

Tints of Light Sea Green #0AABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.44%

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

R = 2.83%
G = 48.44%
B = 48.73%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0AABAC (or 0x0AABAC) is known color: Light Sea Green. HEX triplet: 0A, AB and AC. RGB value is (10,171,172). Sum of RGB (Red+Green+Blue) = 10+171+172=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #0AABAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AABAC is #F55453. Grayscale: #7A7A7A. Windows color (decimal): -16077908 or 11315978. OLE color: 11315978.

HSL color Cylindrical-coordinate representation of color #0AABAC: hue angle of 180.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AABAC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 171 172 -
CMYK 0.94 0.01 0 0.33
HSL 180.37º 0.89% 0.36% -
HSV(B) 180.37º 0.94% 0.67% -
XYZ 22.13 32.17 44.07 -
YUV 122.98 155.66 47.42 -
System Red Green Blue C M Y K H S L
Decimal 10 171 172 0.94 0.01 0 0.33 180.37 0.89 0.36
Hex A AB AC 5E 1 0 21 B4 59 24
Octal 12 253 254 136 1 0 41 264 131 44
Binary 1010 10101011 10101100 1011110 1 0 100001 10110100 1011001 100100

Color Harmonies of #0AABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AABAC

Black with #0AABAC

Text Example


Text Example

White with #0AABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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