Html Css Color HEX #05A5A5 Persian Green

📋 copy color: '#05A5A5'

red 5 ◦ green 165 ◦ blue 165

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

Shades of Persian Green #05A5A5

Tints of Persian Green #05A5A5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.25%

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

R = 1.49%
G = 49.25%
B = 49.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#05A5A5 (or 0x05A5A5) is known color: Persian Green. HEX triplet: 05, A5 and A5. RGB value is (5,165,165). Sum of RGB (Red+Green+Blue) = 5+165+165=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: green, blue. Hex color #05A5A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A5A5 is #FA5A5A. Grayscale: #757575. Windows color (decimal): -16407131 or 10855685. OLE color: 10855685.

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

Color convert

RGB 5 165 165 -
CMYK 0.97 0 0 0.35
HSL 180º 0.94% 0.33% -
HSV(B) 180º 0.97% 0.65% -
XYZ 20.31 29.66 40.25 -
YUV 117.16 154.99 48 -
System Red Green Blue C M Y K H S L
Decimal 5 165 165 0.97 0 0 0.35 180 0.94 0.33
Hex 5 A5 A5 61 0 0 23 B4 5E 21
Octal 5 245 245 141 0 0 43 264 136 41
Binary 101 10100101 10100101 1100001 0 0 100011 10110100 1011110 100001

Color Harmonies of #05A5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A5A5

Black with #05A5A5

Text Example


Text Example

White with #05A5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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