#9FE3D9

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

Shades of Sinbad #9FE3D9

Tints of Sinbad #9FE3D9

Color information

#9FE3D9 (or 0x9FE3D9) is unknown color: approx Sinbad. HEX triplet: 9F, E3 and D9. RGB value is (159,227,217). Sum of RGB (Red+Green+Blue) = 159+227+217=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3D9 is #601C26. Grayscale: #CDCDCD. Windows color (decimal): -6298663 or 14279583. OLE color: 14279583.

HSL color Cylindrical-coordinate representation of color #9FE3D9: hue angle of 171.18º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE3D9 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB159227217-
CMYK0.3000.040.11
HSL171.18º54.84%75.69%-
HSV(B)171.18º29.96%89.02%-
XYZ54.2967.3275.78-
YUV205.53134.4794.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.37%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 217 (85.16% from 255) = 35.99%
R=26.37%
G=37.65%
B=35.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592272170.3000.040.11171.1854.8475.69
Hex9FE3D91E04Bab374c
Octal23734333136041325367114
Binary1001111111100011110110011111001001011101010111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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