#08B177

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

Shades of Jade #08B177

Tints of Jade #08B177

Color information

#08B177 (or 0x08B177) is unknown color: approx Jade. HEX triplet: 08, B1 and 77. RGB value is (8,177,119). Sum of RGB (Red+Green+Blue) = 8+177+119=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 177 (69.53% from 255 or 58.22% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 177 - color contains mainly: green. Hex color #08B177 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B177 is #F74E88. Grayscale: #777777. Windows color (decimal): -16207497 or 7844104. OLE color: 7844104.

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

Color convert

RGB8177119-
CMYK0.9500.330.31
HSL159.41º91.35%36.27%-
HSV(B)159.41º95.48%69.41%-
XYZ19.1532.8322.78-
YUV119.86127.5148.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.63%
GREEN value IS 177 (69.53% from 255) = 58.22%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=2.63%
G=58.22%
B=39.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81771190.9500.330.31159.4191.3536.27
Hex8B1775F0211F9f5b24
Octal102611671370413723713344
Binary10001011000111101111011111010000111111100111111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08B177; }

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

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

<style>
 a { background-color: #08B177; }

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

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

<style>
 span { border-color: #08B177; }

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

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