#9FE0D6

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

Shades of Sinbad #9FE0D6

Tints of Sinbad #9FE0D6

Color information

#9FE0D6 (or 0x9FE0D6) is unknown color: approx Sinbad. HEX triplet: 9F, E0 and D6. RGB value is (159,224,214). Sum of RGB (Red+Green+Blue) = 159+224+214=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0D6 is #601F29. Grayscale: #CBCBCB. Windows color (decimal): -6299434 or 14082207. OLE color: 14082207.

HSL color Cylindrical-coordinate representation of color #9FE0D6: hue angle of 170.77º 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 #9FE0D6 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB159224214-
CMYK0.2900.040.12
HSL170.77º51.18%75.1%-
HSV(B)170.77º29.02%87.84%-
XYZ53.0965.5473.47-
YUV203.42133.9796.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.63%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 214 (83.98% from 255) = 35.85%
R=26.63%
G=37.52%
B=35.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592242140.2900.040.12170.7751.1875.1
Hex9FE0D61D04Cab334b
Octal23734032635041425363113
Binary1001111111100000110101101110101001100101010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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