#95E1DB

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

Shades of Morning Glory #95E1DB

Tints of Morning Glory #95E1DB

Color information

#95E1DB (or 0x95E1DB) is unknown color: approx Morning Glory. HEX triplet: 95, E1 and DB. RGB value is (149,225,219). Sum of RGB (Red+Green+Blue) = 149+225+219=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1DB is #6A1E24. Grayscale: #C9C9C9. Windows color (decimal): -6954533 or 14410133. OLE color: 14410133.

HSL color Cylindrical-coordinate representation of color #95E1DB: hue angle of 175.26º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1DB is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB149225219-
CMYK0.3400.030.12
HSL175.26º55.88%73.33%-
HSV(B)175.26º33.78%88.24%-
XYZ52.1165.3576.89-
YUV201.59137.8290.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.13%
GREEN value IS 225 (88.28% from 255) = 37.94%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=25.13%
G=37.94%
B=36.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492252190.3400.030.12175.2655.8873.33
Hex95E1DB2203Caf3849
Octal22534133342031425770111
Binary1001010111100001110110111000100111100101011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,225,219); }

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

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

 a { background-color: rgb(149,225,219); }

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

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

 span { border-color: rgb(149,225,219); }

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