Html Css Color HEX #04A18B Persian Green

📋 copy color: '#04A18B'

red 4 ◦ green 161 ◦ blue 139

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

Shades of Persian Green #04A18B

Tints of Persian Green #04A18B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.96%

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 1.32%
G = 52.96%
B = 45.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#04A18B (or 0x04A18B) is known color: Persian Green. HEX triplet: 04, A1 and 8B. RGB value is (4,161,139). Sum of RGB (Red+Green+Blue) = 4+161+139=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #04A18B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A18B is #FB5E74. Grayscale: #6F6F6F. Windows color (decimal): -16473717 or 9150724. OLE color: 9150724.

HSL color Cylindrical-coordinate representation of color #04A18B: hue angle of 171.59º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A18B is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 161 139 -
CMYK 0.98 0 0.14 0.37
HSL 171.59º 0.95% 0.32% -
HSV(B) 171.59º 0.98% 0.63% -
XYZ 17.46 27.38 28.79 -
YUV 111.55 143.49 51.29 -
System Red Green Blue C M Y K H S L
Decimal 4 161 139 0.98 0 0.14 0.37 171.59 0.95 0.32
Hex 4 A1 8B 62 0 E 25 AC 5F 20
Octal 4 241 213 142 0 16 45 254 137 40
Binary 100 10100001 10001011 1100010 0 1110 100101 10101100 1011111 100000

Color Harmonies of #04A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A18B

Black with #04A18B

Text Example


Text Example

White with #04A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,161,139); }

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

background-color css

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

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

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

border-color css

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

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

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