#00b177

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

Shades of Jade #00B177

Tints of Jade #00B177

Color information

#00B177 (or 0x00B177) is unknown color: approx Jade. HEX triplet: 00, B1 and 77. RGB value is (0,177,119). Sum of RGB (Red+Green+Blue) = 0+177+119=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #00B177 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B177 is #FF4E88. Grayscale: #757575. Windows color (decimal): -16731785 or 7844096. OLE color: 7844096.

HSL color Cylindrical-coordinate representation of color #00B177: hue angle of 160.34º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B177 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB0177119-
CMYK100.330.31
HSL160.34º100%34.71%-
HSV(B)160.34º100%69.41%-
XYZ19.0532.7822.78-
YUV117.46128.8644.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=0%
G=59.80%
B=40.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal0177119100.330.31160.3410034.71
Hex0B177640211Fa06423
Octal02611671440413724014443
Binary01011000111101111100100010000111111101000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00b177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00b177; }

 p { color: rgb(0,177,119); }

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

<style>
 a { background-color: #00b177; }

 a { background-color: rgb(0,177,119); }

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

<style>
 span { border-color: #00b177; }

 span { border-color: rgb(0,177,119); }

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