#95C6C4

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

Shades of Morning Glory #95C6C4

Tints of Morning Glory #95C6C4

Color information

#95C6C4 (or 0x95C6C4) is unknown color: approx Morning Glory. HEX triplet: 95, C6 and C4. RGB value is (149,198,196). Sum of RGB (Red+Green+Blue) = 149+198+196=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #95C6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C6C4 is #6A393B. Grayscale: #B7B7B7. Windows color (decimal): -6961468 or 12895893. OLE color: 12895893.

HSL color Cylindrical-coordinate representation of color #95C6C4: hue angle of 177.55º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C6C4 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB149198196-
CMYK0.2500.010.22
HSL177.55º30.06%68.04%-
HSV(B)177.55º24.75%77.65%-
XYZ42.5550.7659.78-
YUV183.12135.27103.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=27.44%
G=36.46%
B=36.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981960.2500.010.22177.5530.0668.04
Hex95C6C4190116b21e44
Octal22530630431012626236104
Binary10010101110001101100010011001011011010110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,196); }

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

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

 a { background-color: rgb(149,198,196); }

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

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

 span { border-color: rgb(149,198,196); }

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