#9FE0D9

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

Shades of Sinbad #9FE0D9

Tints of Sinbad #9FE0D9

Color information

#9FE0D9 (or 0x9FE0D9) is unknown color: approx Sinbad. HEX triplet: 9F, E0 and D9. RGB value is (159,224,217). Sum of RGB (Red+Green+Blue) = 159+224+217=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0D9 is #601F26. Grayscale: #CBCBCB. Windows color (decimal): -6299431 or 14278815. OLE color: 14278815.

HSL color Cylindrical-coordinate representation of color #9FE0D9: hue angle of 173.54º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE0D9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB159224217-
CMYK0.2900.030.12
HSL173.54º51.18%75.1%-
HSV(B)173.54º29.02%87.84%-
XYZ53.4865.6975.51-
YUV203.77135.4796.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=26.5%
G=37.33%
B=36.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592242170.2900.030.12173.5451.1875.1
Hex9FE0D91D03Cae334b
Octal23734033135031425663113
Binary100111111110000011011001111010111100101011101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,224,217); }

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

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

 a { background-color: rgb(159,224,217); }

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

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

 span { border-color: rgb(159,224,217); }

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