Html Css Color HEX #0AAAAC Light Sea Green

📋 copy color: '#0AAAAC'

red 10 ◦ green 170 ◦ blue 172

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

Shades of Light Sea Green #0AAAAC

Tints of Light Sea Green #0AAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.3%

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

R = 2.84%
G = 48.3%
B = 48.86%

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

#0AAAAC (or 0x0AAAAC) is known color: Light Sea Green. HEX triplet: 0A, AA and AC. RGB value is (10,170,172). Sum of RGB (Red+Green+Blue) = 10+170+172=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #0AAAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAAC is #F55553. Grayscale: #7A7A7A. Windows color (decimal): -16078164 or 11315722. OLE color: 11315722.

HSL color Cylindrical-coordinate representation of color #0AAAAC: hue angle of 180.74º 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 #0AAAAC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 170 172 -
CMYK 0.94 0.01 0 0.33
HSL 180.74º 0.89% 0.36% -
HSV(B) 180.74º 0.94% 0.67% -
XYZ 21.95 31.79 44.01 -
YUV 122.39 155.99 47.84 -
System Red Green Blue C M Y K H S L
Decimal 10 170 172 0.94 0.01 0 0.33 180.74 0.89 0.36
Hex A AA AC 5E 1 0 21 B5 59 24
Octal 12 252 254 136 1 0 41 265 131 44
Binary 1010 10101010 10101100 1011110 1 0 100001 10110101 1011001 100100

Color Harmonies of #0AAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAAAC

Black with #0AAAAC

Text Example


Text Example

White with #0AAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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