#95E1DF

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

Shades of Morning Glory #95E1DF

Tints of Morning Glory #95E1DF

Color information

#95E1DF (or 0x95E1DF) is unknown color: approx Morning Glory. HEX triplet: 95, E1 and DF. RGB value is (149,225,223). Sum of RGB (Red+Green+Blue) = 149+225+223=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1DF is #6A1E20. Grayscale: #C9C9C9. Windows color (decimal): -6954529 or 14672277. OLE color: 14672277.

HSL color Cylindrical-coordinate representation of color #95E1DF: hue angle of 178.42º 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 #95E1DF is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB149225223-
CMYK0.3400.010.12
HSL178.42º55.88%73.33%-
HSV(B)178.42º33.78%88.24%-
XYZ52.6465.5779.69-
YUV202.05139.8290.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.96%
GREEN value IS 225 (88.28% from 255) = 37.69%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=24.96%
G=37.69%
B=37.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492252230.3400.010.12178.4255.8873.33
Hex95E1DF2201Cb23849
Octal22534133742011426270111
Binary100101011110000111011111100010011100101100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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