Html Css Color HEX #04A8A3 Persian Green

📋 copy color: '#04A8A3'

red 4 ◦ green 168 ◦ blue 163

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

Shades of Persian Green #04A8A3

Tints of Persian Green #04A8A3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.15%

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

R = 1.19%
G = 50.15%
B = 48.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#04A8A3 (or 0x04A8A3) is known color: Persian Green. HEX triplet: 04, A8 and A3. RGB value is (4,168,163). Sum of RGB (Red+Green+Blue) = 4+168+163=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #04A8A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A8A3 is #FB575C. Grayscale: #767676. Windows color (decimal): -16471901 or 10725380. OLE color: 10725380.

HSL color Cylindrical-coordinate representation of color #04A8A3: hue angle of 178.17º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A8A3 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB 4 168 163 -
CMYK 0.98 0 0.03 0.34
HSL 178.17º 0.95% 0.34% -
HSV(B) 178.17º 0.98% 0.66% -
XYZ 20.66 30.68 39.48 -
YUV 118.39 153.17 46.41 -
System Red Green Blue C M Y K H S L
Decimal 4 168 163 0.98 0 0.03 0.34 178.17 0.95 0.34
Hex 4 A8 A3 62 0 3 22 B2 5F 22
Octal 4 250 243 142 0 3 42 262 137 42
Binary 100 10101000 10100011 1100010 0 11 100010 10110010 1011111 100010

Color Harmonies of #04A8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8A3

Black with #04A8A3

Text Example


Text Example

White with #04A8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,168,163); }

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

background-color css

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

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

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

border-color css

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

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

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