#95D3CD

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

Shades of Morning Glory #95D3CD

Tints of Morning Glory #95D3CD

Color information

#95D3CD (or 0x95D3CD) is unknown color: approx Morning Glory. HEX triplet: 95, D3 and CD. RGB value is (149,211,205). Sum of RGB (Red+Green+Blue) = 149+211+205=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D3CD is #6A2C32. Grayscale: #BFBFBF. Windows color (decimal): -6958131 or 13489045. OLE color: 13489045.

HSL color Cylindrical-coordinate representation of color #95D3CD: hue angle of 174.19º 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 #95D3CD is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB149211205-
CMYK0.2900.030.17
HSL174.19º41.33%70.59%-
HSV(B)174.19º29.38%82.75%-
XYZ46.7157.3966.37-
YUV191.78135.4697.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 211 (82.81% from 255) = 37.35%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=26.37%
G=37.35%
B=36.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492112050.2900.030.17174.1941.3370.59
Hex95D3CD1D0311ae2947
Octal22532331535032125651107
Binary1001010111010011110011011110101110001101011101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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