Html Css Color HEX #04ACAB Persian Green

📋 copy color: '#04ACAB'

red 4 ◦ green 172 ◦ blue 171

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

Shades of Persian Green #04ACAB

Tints of Persian Green #04ACAB

RGB

 RED value IS 4 (1.95% from 255) = 1.15%

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

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

R = 1.15%
G = 49.57%
B = 49.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#04ACAB (or 0x04ACAB) is known color: Persian Green. HEX triplet: 04, AC and AB. RGB value is (4,172,171). Sum of RGB (Red+Green+Blue) = 4+172+171=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #04ACAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ACAB is #FB5354. Grayscale: #797979. Windows color (decimal): -16470869 or 11250692. OLE color: 11250692.

HSL color Cylindrical-coordinate representation of color #04ACAB: hue angle of 179.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ACAB is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 172 171 -
CMYK 0.98 0 0.01 0.33
HSL 179.64º 0.95% 0.35% -
HSV(B) 179.64º 0.98% 0.67% -
XYZ 22.15 32.47 43.63 -
YUV 121.65 155.84 44.08 -
System Red Green Blue C M Y K H S L
Decimal 4 172 171 0.98 0 0.01 0.33 179.64 0.95 0.35
Hex 4 AC AB 62 0 1 21 B4 5F 23
Octal 4 254 253 142 0 1 41 264 137 43
Binary 100 10101100 10101011 1100010 0 1 100001 10110100 1011111 100011

Color Harmonies of #04ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ACAB

Black with #04ACAB

Text Example


Text Example

White with #04ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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