Html Css Color HEX #05B170 Jade

📋 copy color: '#05B170'

red 5 ◦ green 177 ◦ blue 112

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

Shades of Jade #05B170

Tints of Jade #05B170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60.2%

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 1.7%
G = 60.2%
B = 38.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#05B170 (or 0x05B170) is known color: Jade. HEX triplet: 05, B1 and 70. RGB value is (5,177,112). Sum of RGB (Red+Green+Blue) = 5+177+112=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #05B170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B170 is #FA4E8F. Grayscale: #767676. Windows color (decimal): -16404112 or 7385349. OLE color: 7385349.

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

Color convert

RGB 5 177 112 -
CMYK 0.97 0 0.37 0.31
HSL 157.33º 0.95% 0.36% -
HSV(B) 157.33º 0.97% 0.69% -
XYZ 18.71 32.65 20.64 -
YUV 118.16 124.52 47.29 -
System Red Green Blue C M Y K H S L
Decimal 5 177 112 0.97 0 0.37 0.31 157.33 0.95 0.36
Hex 5 B1 70 61 0 25 1F 9D 5F 24
Octal 5 261 160 141 0 45 37 235 137 44
Binary 101 10110001 1110000 1100001 0 100101 11111 10011101 1011111 100100

Color Harmonies of #05B170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B170

Black with #05B170

Text Example


Text Example

White with #05B170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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