Html Css Color HEX #0AAFAE Light Sea Green

📋 copy color: '#0AAFAE'

red 10 ◦ green 175 ◦ blue 174

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

Shades of Light Sea Green #0AAFAE

Tints of Light Sea Green #0AAFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.75%

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 2.79%
G = 48.75%
B = 48.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#0AAFAE (or 0x0AAFAE) is known color: Light Sea Green. HEX triplet: 0A, AF and AE. RGB value is (10,175,174). Sum of RGB (Red+Green+Blue) = 10+175+174=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAFAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAFAE is #F55051. Grayscale: #7D7D7D. Windows color (decimal): -16076882 or 11448074. OLE color: 11448074.

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

Color convert

RGB 10 175 174 -
CMYK 0.94 0 0.01 0.31
HSL 179.64º 0.89% 0.36% -
HSV(B) 179.64º 0.94% 0.69% -
XYZ 23.1 33.78 45.35 -
YUV 125.55 155.34 45.58 -
System Red Green Blue C M Y K H S L
Decimal 10 175 174 0.94 0 0.01 0.31 179.64 0.89 0.36
Hex A AF AE 5E 0 1 1F B4 59 24
Octal 12 257 256 136 0 1 37 264 131 44
Binary 1010 10101111 10101110 1011110 0 1 11111 10110100 1011001 100100

Color Harmonies of #0AAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAFAE

Black with #0AAFAE

Text Example


Text Example

White with #0AAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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