Html Css Color HEX #05A48D Persian Green

📋 copy color: '#05A48D'

red 5 ◦ green 164 ◦ blue 141

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

Shades of Persian Green #05A48D

Tints of Persian Green #05A48D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.9%

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 1.61%
G = 52.9%
B = 45.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#05A48D (or 0x05A48D) is known color: Persian Green. HEX triplet: 05, A4 and 8D. RGB value is (5,164,141). Sum of RGB (Red+Green+Blue) = 5+164+141=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #05A48D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A48D is #FA5B72. Grayscale: #717171. Windows color (decimal): -16407411 or 9282565. OLE color: 9282565.

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

Color convert

RGB 5 164 141 -
CMYK 0.97 0 0.14 0.36
HSL 171.32º 0.94% 0.33% -
HSV(B) 171.32º 0.97% 0.64% -
XYZ 18.15 28.51 29.75 -
YUV 113.84 143.32 50.37 -
System Red Green Blue C M Y K H S L
Decimal 5 164 141 0.97 0 0.14 0.36 171.32 0.94 0.33
Hex 5 A4 8D 61 0 E 24 AB 5E 21
Octal 5 244 215 141 0 16 44 253 136 41
Binary 101 10100100 10001101 1100001 0 1110 100100 10101011 1011110 100001

Color Harmonies of #05A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A48D

Black with #05A48D

Text Example


Text Example

White with #05A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,164,141); }

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

background-color css

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

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

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

border-color css

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

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

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