Html Css Color HEX #05A2A5 Persian Green

📋 copy color: '#05A2A5'

red 5 ◦ green 162 ◦ blue 165

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

Shades of Persian Green #05A2A5

Tints of Persian Green #05A2A5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.8%

 BLUE value IS 165 (64.84% from 255) = 49.7%

R = 1.51%
G = 48.8%
B = 49.7%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#05A2A5 (or 0x05A2A5) is known color: Persian Green. HEX triplet: 05, A2 and A5. RGB value is (5,162,165). Sum of RGB (Red+Green+Blue) = 5+162+165=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #05A2A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A2A5 is #FA5D5A. Grayscale: #737373. Windows color (decimal): -16407899 or 10854917. OLE color: 10854917.

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

Color convert

RGB 5 162 165 -
CMYK 0.97 0.02 0 0.35
HSL 181.13º 0.94% 0.33% -
HSV(B) 181.13º 0.97% 0.65% -
XYZ 19.77 28.59 40.07 -
YUV 115.4 155.99 49.26 -
System Red Green Blue C M Y K H S L
Decimal 5 162 165 0.97 0.02 0 0.35 181.13 0.94 0.33
Hex 5 A2 A5 61 2 0 23 B5 5E 21
Octal 5 242 245 141 2 0 43 265 136 41
Binary 101 10100010 10100101 1100001 10 0 100011 10110101 1011110 100001

Color Harmonies of #05A2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A2A5

Black with #05A2A5

Text Example


Text Example

White with #05A2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,162,165); }

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

background-color css

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

 a { background-color: rgb(5,162,165); }

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

border-color css

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

 span { border-color: rgb(5,162,165); }

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