Html Css Color HEX #05A28E Persian Green

📋 copy color: '#05A28E'

red 5 ◦ green 162 ◦ blue 142

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

Shades of Persian Green #05A28E

Tints of Persian Green #05A28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 1.62%
G = 52.43%
B = 45.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#05A28E (or 0x05A28E) is known color: Persian Green. HEX triplet: 05, A2 and 8E. RGB value is (5,162,142). Sum of RGB (Red+Green+Blue) = 5+162+142=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #05A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A28E is #FA5D71. Grayscale: #707070. Windows color (decimal): -16407922 or 9347589. OLE color: 9347589.

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

Color convert

RGB 5 162 142 -
CMYK 0.97 0 0.12 0.36
HSL 172.36º 0.94% 0.33% -
HSV(B) 172.36º 0.97% 0.64% -
XYZ 17.87 27.83 30.02 -
YUV 112.78 144.49 51.13 -
System Red Green Blue C M Y K H S L
Decimal 5 162 142 0.97 0 0.12 0.36 172.36 0.94 0.33
Hex 5 A2 8E 61 0 C 24 AC 5E 21
Octal 5 242 216 141 0 14 44 254 136 41
Binary 101 10100010 10001110 1100001 0 1100 100100 10101100 1011110 100001

Color Harmonies of #05A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A28E

Black with #05A28E

Text Example


Text Example

White with #05A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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