#9FE2DA

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

Shades of Sinbad #9FE2DA

Tints of Sinbad #9FE2DA

Color information

#9FE2DA (or 0x9FE2DA) is unknown color: approx Sinbad. HEX triplet: 9F, E2 and DA. RGB value is (159,226,218). Sum of RGB (Red+Green+Blue) = 159+226+218=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE2DA is #601D25. Grayscale: #CDCDCD. Windows color (decimal): -6298918 or 14344863. OLE color: 14344863.

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

Color convert

RGB159226218-
CMYK0.3000.040.11
HSL172.84º53.6%75.49%-
HSV(B)172.84º29.65%88.63%-
XYZ54.1566.8376.37-
YUV205.06135.395.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.37%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=26.37%
G=37.48%
B=36.15%

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
Decimal1592262180.3000.040.11172.8453.675.49
Hex9FE2DA1E04Bad364b
Octal23734233236041325566113
Binary1001111111100010110110101111001001011101011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,226,218); }

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

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

 a { background-color: rgb(159,226,218); }

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

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

 span { border-color: rgb(159,226,218); }

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