Html Css Color HEX #05A2A2 Persian Green

📋 copy color: '#05A2A2'

red 5 ◦ green 162 ◦ blue 162

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

Shades of Persian Green #05A2A2

Tints of Persian Green #05A2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 49.24%

R = 1.52%
G = 49.24%
B = 49.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#05A2A2 (or 0x05A2A2) is known color: Persian Green. HEX triplet: 05, A2 and A2. RGB value is (5,162,162). Sum of RGB (Red+Green+Blue) = 5+162+162=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: green, blue. Hex color #05A2A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A2A2 is #FA5D5D. Grayscale: #727272. Windows color (decimal): -16407902 or 10658309. OLE color: 10658309.

HSL color Cylindrical-coordinate representation of color #05A2A2: hue angle of 180º 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 #05A2A2 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 162 162 -
CMYK 0.97 0 0 0.36
HSL 180º 0.94% 0.33% -
HSV(B) 180º 0.97% 0.64% -
XYZ 19.5 28.48 38.65 -
YUV 115.06 154.49 49.5 -
System Red Green Blue C M Y K H S L
Decimal 5 162 162 0.97 0 0 0.36 180 0.94 0.33
Hex 5 A2 A2 61 0 0 24 B4 5E 21
Octal 5 242 242 141 0 0 44 264 136 41
Binary 101 10100010 10100010 1100001 0 0 100100 10110100 1011110 100001

Color Harmonies of #05A2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A2A2

Black with #05A2A2

Text Example


Text Example

White with #05A2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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