#9DD888

Color #9DD888 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9DD888

Tints of Gossip #9DD888

Color information

#9DD888 (or 0x9DD888) is unknown color: approx Gossip. HEX triplet: 9D, D8 and 88. RGB value is (157,216,136). Sum of RGB (Red+Green+Blue) = 157+216+136=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD888 is #622777. Grayscale: #BDBDBD. Windows color (decimal): -6432632 or 8968349. OLE color: 8968349.

HSL color Cylindrical-coordinate representation of color #9DD888: hue angle of 104.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DD888 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB157216136-
CMYK0.2700.370.15
HSL104.25º50.63%69.02%-
HSV(B)104.25º37.04%84.71%-
XYZ42.958.0632.24-
YUV189.2497.95105-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.84%
GREEN value IS 216 (84.77% from 255) = 42.44%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=30.84%
G=42.44%
B=26.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572161360.2700.370.15104.2550.6369.02
Hex9DD8881B025F683345
Octal235330210330451715063105
Binary100111011101100010001000110110100101111111010001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DD888; }

 p { color: rgb(157,216,136); }

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

<style>
 a { background-color: #9DD888; }

 a { background-color: rgb(157,216,136); }

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

<style>
 span { border-color: #9DD888; }

 span { border-color: rgb(157,216,136); }

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