Html Css Color HEX #04ACAC Persian Green

📋 copy color: '#04ACAC'

red 4 ◦ green 172 ◦ blue 172

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

Shades of Persian Green #04ACAC

Tints of Persian Green #04ACAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 1.15%
G = 49.43%
B = 49.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#04ACAC (or 0x04ACAC) is known color: Persian Green. HEX triplet: 04, AC and AC. RGB value is (4,172,172). Sum of RGB (Red+Green+Blue) = 4+172+172=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #04ACAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ACAC is #FB5353. Grayscale: #797979. Windows color (decimal): -16470868 or 11316228. OLE color: 11316228.

HSL color Cylindrical-coordinate representation of color #04ACAC: hue angle of 180º 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 #04ACAC is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 172 172 -
CMYK 0.98 0 0 0.33
HSL 180º 0.95% 0.35% -
HSV(B) 180º 0.98% 0.67% -
XYZ 22.25 32.51 44.13 -
YUV 121.77 156.34 44 -
System Red Green Blue C M Y K H S L
Decimal 4 172 172 0.98 0 0 0.33 180 0.95 0.35
Hex 4 AC AC 62 0 0 21 B4 5F 23
Octal 4 254 254 142 0 0 41 264 137 43
Binary 100 10101100 10101100 1100010 0 0 100001 10110100 1011111 100011

Color Harmonies of #04ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ACAC

Black with #04ACAC

Text Example


Text Example

White with #04ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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