#05B48E

Color #05B48E Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #05B48E

Tints of Persian Green #05B48E

Color information

#05B48E (or 0x05B48E) is unknown color: approx Persian Green. HEX triplet: 05, B4 and 8E. RGB value is (5,180,142). Sum of RGB (Red+Green+Blue) = 5+180+142=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #05B48E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B48E is #FA4B71. Grayscale: #7B7B7B. Windows color (decimal): -16403314 or 9352197. OLE color: 9352197.

HSL color Cylindrical-coordinate representation of color #05B48E: hue angle of 166.97º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B48E is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB5180142-
CMYK0.9700.210.29
HSL166.97º94.59%36.27%-
HSV(B)166.97º97.22%70.59%-
XYZ21.2734.6331.15-
YUV123.34138.5243.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.53%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=1.53%
G=55.05%
B=43.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51801420.9700.210.29166.9794.5936.27
Hex5B48E610151Da75f24
Octal52642161410253524713744
Binary1011011010010001110110000101010111101101001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05B48E;
 }
 .AnyTagClassName
 {
   color: #05B48E;
 }
</style>
background-color css

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

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

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

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

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

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