Html Css Color HEX #00ABA3 Persian Green

📋 copy color: '#00ABA3'

red 0 ◦ green 171 ◦ blue 163

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

Shades of Persian Green #00ABA3

Tints of Persian Green #00ABA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.8%

R = 0%
G = 51.2%
B = 48.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#00ABA3 (or 0x00ABA3) is known color: Persian Green. HEX triplet: 00, AB and A3. RGB value is (0,171,163). Sum of RGB (Red+Green+Blue) = 0+171+163=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #00ABA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ABA3 is #FF545C. Grayscale: #767676. Windows color (decimal): -16733277 or 10726144. OLE color: 10726144.

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

Color convert

RGB 0 171 163 -
CMYK 1 0 0.05 0.33
HSL 177.19º 1% 0.34% -
HSV(B) 177.19º 1% 0.67% -
XYZ 21.17 31.77 39.67 -
YUV 118.96 152.85 43.15 -
System Red Green Blue C M Y K H S L
Decimal 0 171 163 1 0 0.05 0.33 177.19 1 0.34
Hex 0 AB A3 64 0 5 21 B1 64 22
Octal 0 253 243 144 0 5 41 261 144 42
Binary 0 10101011 10100011 1100100 0 101 100001 10110001 1100100 100010

Color Harmonies of #00ABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABA3

Black with #00ABA3

Text Example


Text Example

White with #00ABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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