Html Css Color HEX #05A0A0 Persian Green

📋 copy color: '#05A0A0'

red 5 ◦ green 160 ◦ blue 160

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

Shades of Persian Green #05A0A0

Tints of Persian Green #05A0A0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.23%

 BLUE value IS 160 (62.89% from 255) = 49.23%

R = 1.54%
G = 49.23%
B = 49.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#05A0A0 (or 0x05A0A0) is known color: Persian Green. HEX triplet: 05, A0 and A0. RGB value is (5,160,160). Sum of RGB (Red+Green+Blue) = 5+160+160=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #05A0A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A0A0 is #FA5F5F. Grayscale: #717171. Windows color (decimal): -16408416 or 10526725. OLE color: 10526725.

HSL color Cylindrical-coordinate representation of color #05A0A0: hue angle of 180º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A0A0 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 160 160 -
CMYK 0.97 0 0 0.37
HSL 180º 0.94% 0.32% -
HSV(B) 180º 0.97% 0.63% -
XYZ 18.98 27.71 37.61 -
YUV 113.66 154.15 50.5 -
System Red Green Blue C M Y K H S L
Decimal 5 160 160 0.97 0 0 0.37 180 0.94 0.32
Hex 5 A0 A0 61 0 0 25 B4 5E 20
Octal 5 240 240 141 0 0 45 264 136 40
Binary 101 10100000 10100000 1100001 0 0 100101 10110100 1011110 100000

Color Harmonies of #05A0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A0A0

Black with #05A0A0

Text Example


Text Example

White with #05A0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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