Html Css Color HEX #049C9F Persian Green

📋 copy color: '#049C9F'

red 4 ◦ green 156 ◦ blue 159

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

Shades of Persian Green #049C9F

Tints of Persian Green #049C9F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.9%

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

R = 1.25%
G = 48.9%
B = 49.84%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#049C9F (or 0x049C9F) is known color: Persian Green. HEX triplet: 04, 9C and 9F. RGB value is (4,156,159). Sum of RGB (Red+Green+Blue) = 4+156+159=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #049C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049C9F is #FB6360. Grayscale: #6E6E6E. Windows color (decimal): -16474977 or 10460164. OLE color: 10460164.

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

Color convert

RGB 4 156 159 -
CMYK 0.97 0.02 0 0.38
HSL 181.16º 0.95% 0.32% -
HSV(B) 181.16º 0.97% 0.62% -
XYZ 18.2 26.31 36.92 -
YUV 110.89 155.14 51.76 -
System Red Green Blue C M Y K H S L
Decimal 4 156 159 0.97 0.02 0 0.38 181.16 0.95 0.32
Hex 4 9C 9F 61 2 0 26 B5 5F 20
Octal 4 234 237 141 2 0 46 265 137 40
Binary 100 10011100 10011111 1100001 10 0 100110 10110101 1011111 100000

Color Harmonies of #049C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049C9F

Black with #049C9F

Text Example


Text Example

White with #049C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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