#95BDAE

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

Shades of Skeptic #95BDAE

Tints of Skeptic #95BDAE

Color information

#95BDAE (or 0x95BDAE) is unknown color: approx Skeptic. HEX triplet: 95, BD and AE. RGB value is (149,189,174). Sum of RGB (Red+Green+Blue) = 149+189+174=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BDAE is #6A4251. Grayscale: #AFAFAF. Windows color (decimal): -6963794 or 11451797. OLE color: 11451797.

HSL color Cylindrical-coordinate representation of color #95BDAE: hue angle of 157.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BDAE is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB149189174-
CMYK0.2100.080.26
HSL157.5º23.26%66.27%-
HSV(B)157.5º21.16%74.12%-
XYZ38.2345.8446.88-
YUV175.33127.25109.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=29.10%
G=36.91%
B=33.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891740.2100.080.26157.523.2666.27
Hex95BDAE15081A9e1742
Octal225275256250103223627102
Binary10010101101111011010111010101010001101010011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,174); }

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

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

 a { background-color: rgb(149,189,174); }

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

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

 span { border-color: rgb(149,189,174); }

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