Html Css Color HEX #04AEAC Persian Green

📋 copy color: '#04AEAC'

red 4 ◦ green 174 ◦ blue 172

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

Shades of Persian Green #04AEAC

Tints of Persian Green #04AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.71%

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

R = 1.14%
G = 49.71%
B = 49.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#04AEAC (or 0x04AEAC) is known color: Persian Green. HEX triplet: 04, AE and AC. RGB value is (4,174,172). Sum of RGB (Red+Green+Blue) = 4+174+172=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #04AEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AEAC is #FB5153. Grayscale: #7A7A7A. Windows color (decimal): -16470356 or 11316740. OLE color: 11316740.

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

Color convert

RGB 4 174 172 -
CMYK 0.98 0 0.01 0.32
HSL 179.29º 0.96% 0.35% -
HSV(B) 179.29º 0.98% 0.68% -
XYZ 22.63 33.28 44.26 -
YUV 122.94 155.68 43.16 -
System Red Green Blue C M Y K H S L
Decimal 4 174 172 0.98 0 0.01 0.32 179.29 0.96 0.35
Hex 4 AE AC 62 0 1 20 B3 60 23
Octal 4 256 254 142 0 1 40 263 140 43
Binary 100 10101110 10101100 1100010 0 1 100000 10110011 1100000 100011

Color Harmonies of #04AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEAC

Black with #04AEAC

Text Example


Text Example

White with #04AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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