Html Css Color HEX #049A8D Persian Green

📋 copy color: '#049A8D'

red 4 ◦ green 154 ◦ blue 141

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

Shades of Persian Green #049A8D

Tints of Persian Green #049A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.51%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 1.34%
G = 51.51%
B = 47.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#049A8D (or 0x049A8D) is known color: Persian Green. HEX triplet: 04, 9A and 8D. RGB value is (4,154,141). Sum of RGB (Red+Green+Blue) = 4+154+141=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #049A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049A8D is #FB6572. Grayscale: #6B6B6B. Windows color (decimal): -16475507 or 9280004. OLE color: 9280004.

HSL color Cylindrical-coordinate representation of color #049A8D: hue angle of 174.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049A8D is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 154 141 -
CMYK 0.97 0 0.08 0.40
HSL 174.8º 0.95% 0.31% -
HSV(B) 174.8º 0.97% 0.6% -
XYZ 16.41 25.06 29.17 -
YUV 107.67 146.81 54.06 -
System Red Green Blue C M Y K H S L
Decimal 4 154 141 0.97 0 0.08 0.40 174.8 0.95 0.31
Hex 4 9A 8D 61 0 8 28 AF 5F 1F
Octal 4 232 215 141 0 10 50 257 137 37
Binary 100 10011010 10001101 1100001 0 1000 101000 10101111 1011111 11111

Color Harmonies of #049A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049A8D

Black with #049A8D

Text Example


Text Example

White with #049A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,154,141); }

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

background-color css

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

 a { background-color: rgb(4,154,141); }

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

border-color css

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

 span { border-color: rgb(4,154,141); }

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