#95D3D0

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

Shades of Morning Glory #95D3D0

Tints of Morning Glory #95D3D0

Color information

#95D3D0 (or 0x95D3D0) is unknown color: approx Morning Glory. HEX triplet: 95, D3 and D0. RGB value is (149,211,208). Sum of RGB (Red+Green+Blue) = 149+211+208=568 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.23% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D3D0 is #6A2C2F. Grayscale: #C0C0C0. Windows color (decimal): -6958128 or 13685653. OLE color: 13685653.

HSL color Cylindrical-coordinate representation of color #95D3D0: hue angle of 177.1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3D0 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB149211208-
CMYK0.2900.010.17
HSL177.1º41.33%70.59%-
HSV(B)177.1º29.38%82.75%-
XYZ47.0757.5368.3-
YUV192.12136.9697.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.23%
GREEN value IS 211 (82.81% from 255) = 37.15%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=26.23%
G=37.15%
B=36.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492112080.2900.010.17177.141.3370.59
Hex95D3D01D0111b12947
Octal22532332035012126151107
Binary100101011101001111010000111010110001101100011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,211,208); }

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

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

 a { background-color: rgb(149,211,208); }

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

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

 span { border-color: rgb(149,211,208); }

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