Html Css Color HEX #049E8C Persian Green

📋 copy color: '#049E8C'

red 4 ◦ green 158 ◦ blue 140

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

Shades of Persian Green #049E8C

Tints of Persian Green #049E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.32%

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 1.32%
G = 52.32%
B = 46.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#049E8C (or 0x049E8C) is known color: Persian Green. HEX triplet: 04, 9E and 8C. RGB value is (4,158,140). Sum of RGB (Red+Green+Blue) = 4+158+140=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #049E8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049E8C is #FB6173. Grayscale: #6D6D6D. Windows color (decimal): -16474484 or 9215492. OLE color: 9215492.

HSL color Cylindrical-coordinate representation of color #049E8C: hue angle of 172.99º 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 #049E8C is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 158 140 -
CMYK 0.97 0 0.11 0.38
HSL 172.99º 0.95% 0.32% -
HSV(B) 172.99º 0.97% 0.62% -
XYZ 17.01 26.37 29 -
YUV 109.9 144.98 52.46 -
System Red Green Blue C M Y K H S L
Decimal 4 158 140 0.97 0 0.11 0.38 172.99 0.95 0.32
Hex 4 9E 8C 61 0 B 26 AD 5F 20
Octal 4 236 214 141 0 13 46 255 137 40
Binary 100 10011110 10001100 1100001 0 1011 100110 10101101 1011111 100000

Color Harmonies of #049E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049E8C

Black with #049E8C

Text Example


Text Example

White with #049E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,158,140); }

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

background-color css

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

 a { background-color: rgb(4,158,140); }

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

border-color css

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

 span { border-color: rgb(4,158,140); }

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