Html Css Color HEX #0AACAB Light Sea Green

📋 copy color: '#0AACAB'

red 10 ◦ green 172 ◦ blue 171

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

Shades of Light Sea Green #0AACAB

Tints of Light Sea Green #0AACAB

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #0AACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AACAB

Black with #0AACAB

Text Example


Text Example

White with #0AACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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