#95DAD4

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

Shades of Morning Glory #95DAD4

Tints of Morning Glory #95DAD4

Color information

#95DAD4 (or 0x95DAD4) is unknown color: approx Morning Glory. HEX triplet: 95, DA and D4. RGB value is (149,218,212). Sum of RGB (Red+Green+Blue) = 149+218+212=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAD4 is #6A252B. Grayscale: #C4C4C4. Windows color (decimal): -6956332 or 13949589. OLE color: 13949589.

HSL color Cylindrical-coordinate representation of color #95DAD4: hue angle of 174.78º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAD4 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB149218212-
CMYK0.3200.030.15
HSL174.78º48.25%71.96%-
HSV(B)174.78º31.65%85.49%-
XYZ49.3561.2971.52-
YUV196.68136.6493.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.73%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=25.73%
G=37.65%
B=36.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492182120.3200.030.15174.7848.2571.96
Hex95DAD42003Faf3048
Octal22533232440031725760110
Binary1001010111011010110101001000000111111101011111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,218,212); }

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

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

 a { background-color: rgb(149,218,212); }

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

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

 span { border-color: rgb(149,218,212); }

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