Html Css Color HEX #0AACAF Light Sea Green

📋 copy color: '#0AACAF'

red 10 ◦ green 172 ◦ blue 175

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

Shades of Light Sea Green #0AACAF

Tints of Light Sea Green #0AACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.18%

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 2.8%
G = 48.18%
B = 49.02%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0AACAF (or 0x0AACAF) is known color: Light Sea Green. HEX triplet: 0A, AC and AF. RGB value is (10,172,175). Sum of RGB (Red+Green+Blue) = 10+172+175=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #0AACAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AACAF is #F55350. Grayscale: #7B7B7B. Windows color (decimal): -16077649 or 11512842. OLE color: 11512842.

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

Color convert

RGB 10 172 175 -
CMYK 0.94 0.02 0 0.31
HSL 181.09º 0.89% 0.36% -
HSV(B) 181.09º 0.94% 0.69% -
XYZ 22.62 32.66 45.67 -
YUV 123.9 156.83 46.76 -
System Red Green Blue C M Y K H S L
Decimal 10 172 175 0.94 0.02 0 0.31 181.09 0.89 0.36
Hex A AC AF 5E 2 0 1F B5 59 24
Octal 12 254 257 136 2 0 37 265 131 44
Binary 1010 10101100 10101111 1011110 10 0 11111 10110101 1011001 100100

Color Harmonies of #0AACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AACAF

Black with #0AACAF

Text Example


Text Example

White with #0AACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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