#95E6DE

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

Shades of Sinbad #95E6DE

Tints of Sinbad #95E6DE

Color information

#95E6DE (or 0x95E6DE) is unknown color: approx Sinbad. HEX triplet: 95, E6 and DE. RGB value is (149,230,222). Sum of RGB (Red+Green+Blue) = 149+230+222=601 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.79% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E6DE is #6A1921. Grayscale: #CCCCCC. Windows color (decimal): -6953250 or 14608021. OLE color: 14608021.

HSL color Cylindrical-coordinate representation of color #95E6DE: hue angle of 174.07º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E6DE is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB149230222-
CMYK0.3500.030.10
HSL174.07º61.83%74.31%-
HSV(B)174.07º35.22%90.2%-
XYZ53.8868.2679.44-
YUV204.87137.6688.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.79%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=24.79%
G=38.27%
B=36.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1492302220.3500.030.10174.0761.8374.31
Hex95E6DE2303Aae3e4a
Octal22534633643031225676112
Binary1001010111100110110111101000110111010101011101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E6DE; }

 p { color: rgb(149,230,222); }

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

<style>
 a { background-color: #95E6DE; }

 a { background-color: rgb(149,230,222); }

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

<style>
 span { border-color: #95E6DE; }

 span { border-color: rgb(149,230,222); }

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