Html Css Color HEX #04A48F Persian Green

📋 copy color: '#04A48F'

red 4 ◦ green 164 ◦ blue 143

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

Shades of Persian Green #04A48F

Tints of Persian Green #04A48F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.73%

 BLUE value IS 143 (56.25% from 255) = 45.98%

R = 1.29%
G = 52.73%
B = 45.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#04A48F (or 0x04A48F) is known color: Persian Green. HEX triplet: 04, A4 and 8F. RGB value is (4,164,143). Sum of RGB (Red+Green+Blue) = 4+164+143=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #04A48F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A48F is #FB5B70. Grayscale: #717171. Windows color (decimal): -16472945 or 9413636. OLE color: 9413636.

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

Color convert

RGB 4 164 143 -
CMYK 0.98 0 0.13 0.36
HSL 172.13º 0.95% 0.33% -
HSV(B) 172.13º 0.98% 0.64% -
XYZ 18.28 28.56 30.54 -
YUV 113.77 144.49 49.71 -
System Red Green Blue C M Y K H S L
Decimal 4 164 143 0.98 0 0.13 0.36 172.13 0.95 0.33
Hex 4 A4 8F 62 0 D 24 AC 5F 21
Octal 4 244 217 142 0 15 44 254 137 41
Binary 100 10100100 10001111 1100010 0 1101 100100 10101100 1011111 100001

Color Harmonies of #04A48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A48F

Black with #04A48F

Text Example


Text Example

White with #04A48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,164,143); }

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

background-color css

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

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

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

border-color css

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

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

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