Html Css Color HEX #0ABDA9 Light Sea Green

📋 copy color: '#0ABDA9'

red 10 ◦ green 189 ◦ blue 169

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

Shades of Light Sea Green #0ABDA9

Tints of Light Sea Green #0ABDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.36%

 BLUE value IS 169 (66.41% from 255) = 45.92%

R = 2.72%
G = 51.36%
B = 45.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#0ABDA9 (or 0x0ABDA9) is known color: Light Sea Green. HEX triplet: 0A, BD and A9. RGB value is (10,189,169). Sum of RGB (Red+Green+Blue) = 10+189+169=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABDA9 is #F54256. Grayscale: #858585. Windows color (decimal): -16073303 or 11123978. OLE color: 11123978.

HSL color Cylindrical-coordinate representation of color #0ABDA9: hue angle of 173.3º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDA9 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 189 169 -
CMYK 0.95 0 0.11 0.26
HSL 173.3º 0.9% 0.39% -
HSV(B) 173.3º 0.95% 0.74% -
XYZ 25.48 39.32 43.78 -
YUV 133.2 148.2 40.13 -
System Red Green Blue C M Y K H S L
Decimal 10 189 169 0.95 0 0.11 0.26 173.3 0.9 0.39
Hex A BD A9 5F 0 B 1A AD 5A 27
Octal 12 275 251 137 0 13 32 255 132 47
Binary 1010 10111101 10101001 1011111 0 1011 11010 10101101 1011010 100111

Color Harmonies of #0ABDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDA9

Black with #0ABDA9

Text Example


Text Example

White with #0ABDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,169); }

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

background-color css

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

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

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

border-color css

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

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

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