#9FDEC9

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

Shades of Scandal #9FDEC9

Tints of Scandal #9FDEC9

Color information

#9FDEC9 (or 0x9FDEC9) is unknown color: approx Scandal. HEX triplet: 9F, DE and C9. RGB value is (159,222,201). Sum of RGB (Red+Green+Blue) = 159+222+201=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEC9 is #602136. Grayscale: #C8C8C8. Windows color (decimal): -6299959 or 13229727. OLE color: 13229727.

HSL color Cylindrical-coordinate representation of color #9FDEC9: hue angle of 160º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDEC9 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB159222201-
CMYK0.2800.090.13
HSL160º48.84%74.71%-
HSV(B)160º28.38%87.06%-
XYZ50.9663.8364.89-
YUV200.77128.1398.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.32%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=27.32%
G=38.14%
B=34.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592222010.2800.090.1316048.8474.71
Hex9FDEC91C09Da0314b
Octal237336311340111524061113
Binary10011111110111101100100111100010011101101000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,222,201); }

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

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

 a { background-color: rgb(159,222,201); }

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

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

 span { border-color: rgb(159,222,201); }

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