Html Css Color HEX #00ACAB Persian Green

📋 copy color: '#00ACAB'

red 0 ◦ green 172 ◦ blue 171

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

Shades of Persian Green #00ACAB

Tints of Persian Green #00ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.15%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 0%
G = 50.15%
B = 49.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#00ACAB (or 0x00ACAB) is known color: Persian Green. HEX triplet: 00, AC and AB. RGB value is (0,172,171). Sum of RGB (Red+Green+Blue) = 0+172+171=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #00ACAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ACAB is #FF5354. Grayscale: #787878. Windows color (decimal): -16733013 or 11250688. OLE color: 11250688.

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

Color convert

RGB 0 172 171 -
CMYK 1 0 0.01 0.33
HSL 179.65º 1% 0.34% -
HSV(B) 179.65º 1% 0.67% -
XYZ 22.1 32.45 43.63 -
YUV 120.46 156.52 42.08 -
System Red Green Blue C M Y K H S L
Decimal 0 172 171 1 0 0.01 0.33 179.65 1 0.34
Hex 0 AC AB 64 0 1 21 B4 64 22
Octal 0 254 253 144 0 1 41 264 144 42
Binary 0 10101100 10101011 1100100 0 1 100001 10110100 1100100 100010

Color Harmonies of #00ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACAB

Black with #00ACAB

Text Example


Text Example

White with #00ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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