#95D0CD

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

Shades of Morning Glory #95D0CD

Tints of Morning Glory #95D0CD

Color information

#95D0CD (or 0x95D0CD) is unknown color: approx Morning Glory. HEX triplet: 95, D0 and CD. RGB value is (149,208,205). Sum of RGB (Red+Green+Blue) = 149+208+205=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0CD is #6A2F32. Grayscale: #BDBDBD. Windows color (decimal): -6958899 or 13488277. OLE color: 13488277.

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

Color convert

RGB149208205-
CMYK0.2800.010.18
HSL176.95º38.56%70%-
HSV(B)176.95º28.37%81.57%-
XYZ45.9755.9166.13-
YUV190.02136.4598.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.51%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=26.51%
G=37.01%
B=36.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492082050.2800.010.18176.9538.5670
Hex95D0CD1C0112b12746
Octal22532031534012226147106
Binary100101011101000011001101111000110010101100011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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