Html Css Color HEX #00ABA1 Persian Green

📋 copy color: '#00ABA1'

red 0 ◦ green 171 ◦ blue 161

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

Shades of Persian Green #00ABA1

Tints of Persian Green #00ABA1

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 161 (63.28% from 255) = 48.49%

R = 0%
G = 51.51%
B = 48.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#00ABA1 (or 0x00ABA1) is known color: Persian Green. HEX triplet: 00, AB and A1. RGB value is (0,171,161). Sum of RGB (Red+Green+Blue) = 0+171+161=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 161 (63.28% from 255 or 48.49% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #00ABA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ABA1 is #FF545E. Grayscale: #767676. Windows color (decimal): -16733279 or 10595072. OLE color: 10595072.

HSL color Cylindrical-coordinate representation of color #00ABA1: hue angle of 176.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABA1 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 171 161 -
CMYK 1 0 0.06 0.33
HSL 176.49º 1% 0.34% -
HSV(B) 176.49º 1% 0.67% -
XYZ 21 31.7 38.73 -
YUV 118.73 151.85 43.31 -
System Red Green Blue C M Y K H S L
Decimal 0 171 161 1 0 0.06 0.33 176.49 1 0.34
Hex 0 AB A1 64 0 6 21 B0 64 22
Octal 0 253 241 144 0 6 41 260 144 42
Binary 0 10101011 10100001 1100100 0 110 100001 10110000 1100100 100010

Color Harmonies of #00ABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABA1

Black with #00ABA1

Text Example


Text Example

White with #00ABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00ABA1; }

 p { color: rgb(0,171,161); }

 H1.HeaderClassName
 {
   color: #00ABA1;
 }
 .AnyTagClassName
 {
   color: #00ABA1;
 }
</style>

background-color css

<style>
 a { background-color: #00ABA1; }

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

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

border-color css

<style>
 span { border-color: #00ABA1; }

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

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