Html Css Color HEX #0AABAB Light Sea Green

📋 copy color: '#0AABAB'

red 10 ◦ green 171 ◦ blue 171

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

Shades of Light Sea Green #0AABAB

Tints of Light Sea Green #0AABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.58%

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

R = 2.84%
G = 48.58%
B = 48.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0AABAB (or 0x0AABAB) is known color: Light Sea Green. HEX triplet: 0A, AB and AB. RGB value is (10,171,171). Sum of RGB (Red+Green+Blue) = 10+171+171=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #0AABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AABAB is #F55454. Grayscale: #7A7A7A. Windows color (decimal): -16077909 or 11250442. OLE color: 11250442.

HSL color Cylindrical-coordinate representation of color #0AABAB: hue angle of 180º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AABAB is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 171 171 -
CMYK 0.94 0 0 0.33
HSL 180º 0.89% 0.35% -
HSV(B) 180º 0.94% 0.67% -
XYZ 22.04 32.13 43.57 -
YUV 122.86 155.16 47.5 -
System Red Green Blue C M Y K H S L
Decimal 10 171 171 0.94 0 0 0.33 180 0.89 0.35
Hex A AB AB 5E 0 0 21 B4 59 23
Octal 12 253 253 136 0 0 41 264 131 43
Binary 1010 10101011 10101011 1011110 0 0 100001 10110100 1011001 100011

Color Harmonies of #0AABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AABAB

Black with #0AABAB

Text Example


Text Example

White with #0AABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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