Html Css Color HEX #0AAEAA Light Sea Green

📋 copy color: '#0AAEAA'

red 10 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #0AAEAA

Tints of Light Sea Green #0AAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.15%

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 2.82%
G = 49.15%
B = 48.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#0AAEAA (or 0x0AAEAA) is known color: Light Sea Green. HEX triplet: 0A, AE and AA. RGB value is (10,174,170). Sum of RGB (Red+Green+Blue) = 10+174+170=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAEAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAEAA is #F55155. Grayscale: #7C7C7C. Windows color (decimal): -16077142 or 11185674. OLE color: 11185674.

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

Color convert

RGB 10 174 170 -
CMYK 0.94 0 0.02 0.32
HSL 178.54º 0.89% 0.36% -
HSV(B) 178.54º 0.94% 0.68% -
XYZ 22.52 33.24 43.26 -
YUV 124.51 153.67 46.33 -
System Red Green Blue C M Y K H S L
Decimal 10 174 170 0.94 0 0.02 0.32 178.54 0.89 0.36
Hex A AE AA 5E 0 2 20 B3 59 24
Octal 12 256 252 136 0 2 40 263 131 44
Binary 1010 10101110 10101010 1011110 0 10 100000 10110011 1011001 100100

Color Harmonies of #0AAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAEAA

Black with #0AAEAA

Text Example


Text Example

White with #0AAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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