#95BDA9

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

Shades of Skeptic #95BDA9

Tints of Skeptic #95BDA9

Color information

#95BDA9 (or 0x95BDA9) is unknown color: approx Skeptic. HEX triplet: 95, BD and A9. RGB value is (149,189,169). Sum of RGB (Red+Green+Blue) = 149+189+169=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BDA9 is #6A4256. Grayscale: #AEAEAE. Windows color (decimal): -6963799 or 11124117. OLE color: 11124117.

HSL color Cylindrical-coordinate representation of color #95BDA9: hue angle of 150º 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 #95BDA9 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB149189169-
CMYK0.2100.110.26
HSL150º23.26%66.27%-
HSV(B)150º21.16%74.12%-
XYZ37.7545.6544.36-
YUV174.76124.75109.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=29.39%
G=37.28%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891690.2100.110.2615023.2666.27
Hex95BDA9150B1A961742
Octal225275251250133222627102
Binary10010101101111011010100110101010111101010010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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