Html Css Color HEX #05A49E Persian Green

📋 copy color: '#05A49E'

red 5 ◦ green 164 ◦ blue 158

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

Shades of Persian Green #05A49E

Tints of Persian Green #05A49E

RGB

 RED value IS 5 (2.34% from 255) = 1.53%

 GREEN value IS 164 (64.45% from 255) = 50.15%

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 1.53%
G = 50.15%
B = 48.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#05A49E (or 0x05A49E) is known color: Persian Green. HEX triplet: 05, A4 and 9E. RGB value is (5,164,158). Sum of RGB (Red+Green+Blue) = 5+164+158=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #05A49E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A49E is #FA5B61. Grayscale: #737373. Windows color (decimal): -16407394 or 10396677. OLE color: 10396677.

HSL color Cylindrical-coordinate representation of color #05A49E: hue angle of 177.74º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A49E is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 164 158 -
CMYK 0.97 0 0.04 0.36
HSL 177.74º 0.94% 0.33% -
HSV(B) 177.74º 0.97% 0.64% -
XYZ 19.51 29.05 36.93 -
YUV 115.78 151.82 48.99 -
System Red Green Blue C M Y K H S L
Decimal 5 164 158 0.97 0 0.04 0.36 177.74 0.94 0.33
Hex 5 A4 9E 61 0 4 24 B2 5E 21
Octal 5 244 236 141 0 4 44 262 136 41
Binary 101 10100100 10011110 1100001 0 100 100100 10110010 1011110 100001

Color Harmonies of #05A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A49E

Black with #05A49E

Text Example


Text Example

White with #05A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A49E; }

 p { color: rgb(5,164,158); }

 H1.HeaderClassName
 {
   color: #05A49E;
 }
 .AnyTagClassName
 {
   color: #05A49E;
 }
</style>

background-color css

<style>
 a { background-color: #05A49E; }

 a { background-color: rgb(5,164,158); }

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

border-color css

<style>
 span { border-color: #05A49E; }

 span { border-color: rgb(5,164,158); }

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