Html Css Color HEX #0ABAAB Light Sea Green

📋 copy color: '#0ABAAB'

red 10 ◦ green 186 ◦ blue 171

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

Shades of Light Sea Green #0ABAAB

Tints of Light Sea Green #0ABAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

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

R = 2.72%
G = 50.68%
B = 46.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#0ABAAB (or 0x0ABAAB) is known color: Light Sea Green. HEX triplet: 0A, BA and AB. RGB value is (10,186,171). Sum of RGB (Red+Green+Blue) = 10+186+171=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABAAB is #F54554. Grayscale: #838383. Windows color (decimal): -16074069 or 11254282. OLE color: 11254282.

HSL color Cylindrical-coordinate representation of color #0ABAAB: hue angle of 174.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABAAB is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 171 -
CMYK 0.95 0 0.08 0.27
HSL 174.89º 0.9% 0.38% -
HSV(B) 174.89º 0.95% 0.73% -
XYZ 25.03 38.12 44.57 -
YUV 131.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 10 186 171 0.95 0 0.08 0.27 174.89 0.9 0.38
Hex A BA AB 5F 0 8 1B AF 5A 26
Octal 12 272 253 137 0 10 33 257 132 46
Binary 1010 10111010 10101011 1011111 0 1000 11011 10101111 1011010 100110

Color Harmonies of #0ABAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAAB

Black with #0ABAAB

Text Example


Text Example

White with #0ABAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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