Html Css Color HEX #049D9F Persian Green

📋 copy color: '#049D9F'

red 4 ◦ green 157 ◦ blue 159

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

Shades of Persian Green #049D9F

Tints of Persian Green #049D9F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.06%

 BLUE value IS 159 (62.5% from 255) = 49.69%

R = 1.25%
G = 49.06%
B = 49.69%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#049D9F (or 0x049D9F) is known color: Persian Green. HEX triplet: 04, 9D and 9F. RGB value is (4,157,159). Sum of RGB (Red+Green+Blue) = 4+157+159=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #049D9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049D9F is #FB6260. Grayscale: #6F6F6F. Windows color (decimal): -16474721 or 10460420. OLE color: 10460420.

HSL color Cylindrical-coordinate representation of color #049D9F: hue angle of 180.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049D9F is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 157 159 -
CMYK 0.97 0.01 0 0.38
HSL 180.77º 0.95% 0.32% -
HSV(B) 180.77º 0.97% 0.62% -
XYZ 18.37 26.64 36.98 -
YUV 111.48 154.81 51.34 -
System Red Green Blue C M Y K H S L
Decimal 4 157 159 0.97 0.01 0 0.38 180.77 0.95 0.32
Hex 4 9D 9F 61 1 0 26 B5 5F 20
Octal 4 235 237 141 1 0 46 265 137 40
Binary 100 10011101 10011111 1100001 1 0 100110 10110101 1011111 100000

Color Harmonies of #049D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049D9F

Black with #049D9F

Text Example


Text Example

White with #049D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049D9F; }

 p { color: rgb(4,157,159); }

 H1.HeaderClassName
 {
   color: #049D9F;
 }
 .AnyTagClassName
 {
   color: #049D9F;
 }
</style>

background-color css

<style>
 a { background-color: #049D9F; }

 a { background-color: rgb(4,157,159); }

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

border-color css

<style>
 span { border-color: #049D9F; }

 span { border-color: rgb(4,157,159); }

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