#95D2CD

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

Shades of Morning Glory #95D2CD

Tints of Morning Glory #95D2CD

Color information

#95D2CD (or 0x95D2CD) is unknown color: approx Morning Glory. HEX triplet: 95, D2 and CD. RGB value is (149,210,205). Sum of RGB (Red+Green+Blue) = 149+210+205=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D2CD is #6A2D32. Grayscale: #BFBFBF. Windows color (decimal): -6958387 or 13488789. OLE color: 13488789.

HSL color Cylindrical-coordinate representation of color #95D2CD: hue angle of 175.08º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D2CD is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB149210205-
CMYK0.2900.020.18
HSL175.08º40.4%70.39%-
HSV(B)175.08º29.05%82.35%-
XYZ46.4656.8966.29-
YUV191.19135.7997.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=26.42%
G=37.23%
B=36.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492102050.2900.020.18175.0840.470.39
Hex95D2CD1D0212af2846
Octal22532231535022225750106
Binary1001010111010010110011011110101010010101011111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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