Html Css Color HEX #04B49C Persian Green

📋 copy color: '#04B49C'

red 4 ◦ green 180 ◦ blue 156

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

Shades of Persian Green #04B49C

Tints of Persian Green #04B49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.94%

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 1.18%
G = 52.94%
B = 45.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#04B49C (or 0x04B49C) is known color: Persian Green. HEX triplet: 04, B4 and 9C. RGB value is (4,180,156). Sum of RGB (Red+Green+Blue) = 4+180+156=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #04B49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B49C is #FB4B63. Grayscale: #7C7C7C. Windows color (decimal): -16468836 or 10269700. OLE color: 10269700.

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

Color convert

RGB 4 180 156 -
CMYK 0.98 0 0.13 0.29
HSL 171.82º 0.96% 0.36% -
HSV(B) 171.82º 0.98% 0.71% -
XYZ 22.37 35.07 37.04 -
YUV 124.64 145.69 41.95 -
System Red Green Blue C M Y K H S L
Decimal 4 180 156 0.98 0 0.13 0.29 171.82 0.96 0.36
Hex 4 B4 9C 62 0 D 1D AC 60 24
Octal 4 264 234 142 0 15 35 254 140 44
Binary 100 10110100 10011100 1100010 0 1101 11101 10101100 1100000 100100

Color Harmonies of #04B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B49C

Black with #04B49C

Text Example


Text Example

White with #04B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,180,156); }

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

background-color css

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

 a { background-color: rgb(4,180,156); }

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

border-color css

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

 span { border-color: rgb(4,180,156); }

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