Html Css Color HEX #00ABA6 Persian Green

📋 copy color: '#00ABA6'

red 0 ◦ green 171 ◦ blue 166

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

Shades of Persian Green #00ABA6

Tints of Persian Green #00ABA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 49.26%

R = 0%
G = 50.74%
B = 49.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#00ABA6 (or 0x00ABA6) is known color: Persian Green. HEX triplet: 00, AB and A6. RGB value is (0,171,166). Sum of RGB (Red+Green+Blue) = 0+171+166=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #00ABA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ABA6 is #FF5459. Grayscale: #777777. Windows color (decimal): -16733274 or 10922752. OLE color: 10922752.

HSL color Cylindrical-coordinate representation of color #00ABA6: hue angle of 178.25º 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 #00ABA6 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 171 166 -
CMYK 1 0 0.03 0.33
HSL 178.25º 1% 0.34% -
HSV(B) 178.25º 1% 0.67% -
XYZ 21.45 31.88 41.1 -
YUV 119.3 154.35 42.91 -
System Red Green Blue C M Y K H S L
Decimal 0 171 166 1 0 0.03 0.33 178.25 1 0.34
Hex 0 AB A6 64 0 3 21 B2 64 22
Octal 0 253 246 144 0 3 41 262 144 42
Binary 0 10101011 10100110 1100100 0 11 100001 10110010 1100100 100010

Color Harmonies of #00ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABA6

Black with #00ABA6

Text Example


Text Example

White with #00ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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