Html Css Color HEX #00AB9F Persian Green

📋 copy color: '#00AB9F'

red 0 ◦ green 171 ◦ blue 159

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

Shades of Persian Green #00AB9F

Tints of Persian Green #00AB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.18%

R = 0%
G = 51.82%
B = 48.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#00AB9F (or 0x00AB9F) is known color: Persian Green. HEX triplet: 00, AB and 9F. RGB value is (0,171,159). Sum of RGB (Red+Green+Blue) = 0+171+159=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AB9F is #FF5460. Grayscale: #767676. Windows color (decimal): -16733281 or 10464000. OLE color: 10464000.

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

Color convert

RGB 0 171 159 -
CMYK 1 0 0.07 0.33
HSL 175.79º 1% 0.34% -
HSV(B) 175.79º 1% 0.67% -
XYZ 20.82 31.63 37.81 -
YUV 118.5 150.85 43.48 -
System Red Green Blue C M Y K H S L
Decimal 0 171 159 1 0 0.07 0.33 175.79 1 0.34
Hex 0 AB 9F 64 0 7 21 B0 64 22
Octal 0 253 237 144 0 7 41 260 144 42
Binary 0 10101011 10011111 1100100 0 111 100001 10110000 1100100 100010

Color Harmonies of #00AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AB9F

Black with #00AB9F

Text Example


Text Example

White with #00AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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