#05B172

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

Shades of Jade #05B172

Tints of Jade #05B172

Color information

#05B172 (or 0x05B172) is unknown color: approx Jade. HEX triplet: 05, B1 and 72. RGB value is (5,177,114). Sum of RGB (Red+Green+Blue) = 5+177+114=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #05B172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B172 is #FA4E8D. Grayscale: #767676. Windows color (decimal): -16404110 or 7516421. OLE color: 7516421.

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

Color convert

RGB5177114-
CMYK0.9700.360.31
HSL158.02º94.51%35.69%-
HSV(B)158.02º97.18%69.41%-
XYZ18.8232.6921.24-
YUV118.39125.5247.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=1.69%
G=59.80%
B=38.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51771140.9700.360.31158.0294.5135.69
Hex5B172610241F9e5f24
Octal52611621410443723613744
Binary1011011000111100101100001010010011111100111101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,177,114); }

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

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

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

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

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

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

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