Html Css Color HEX #04ABA5 Persian Green

📋 copy color: '#04ABA5'

red 4 ◦ green 171 ◦ blue 165

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

Shades of Persian Green #04ABA5

Tints of Persian Green #04ABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.29%

 BLUE value IS 165 (64.84% from 255) = 48.53%

R = 1.18%
G = 50.29%
B = 48.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#04ABA5 (or 0x04ABA5) is known color: Persian Green. HEX triplet: 04, AB and A5. RGB value is (4,171,165). Sum of RGB (Red+Green+Blue) = 4+171+165=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #04ABA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ABA5 is #FB545A. Grayscale: #787878. Windows color (decimal): -16471131 or 10857220. OLE color: 10857220.

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

Color convert

RGB 4 171 165 -
CMYK 0.98 0 0.04 0.33
HSL 177.84º 0.95% 0.34% -
HSV(B) 177.84º 0.98% 0.67% -
XYZ 21.4 31.87 40.62 -
YUV 120.38 153.17 44.99 -
System Red Green Blue C M Y K H S L
Decimal 4 171 165 0.98 0 0.04 0.33 177.84 0.95 0.34
Hex 4 AB A5 62 0 4 21 B2 5F 22
Octal 4 253 245 142 0 4 41 262 137 42
Binary 100 10101011 10100101 1100010 0 100 100001 10110010 1011111 100010

Color Harmonies of #04ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ABA5

Black with #04ABA5

Text Example


Text Example

White with #04ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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