#95BDAA

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

Shades of Skeptic #95BDAA

Tints of Skeptic #95BDAA

Color information

#95BDAA (or 0x95BDAA) is unknown color: approx Skeptic. HEX triplet: 95, BD and AA. RGB value is (149,189,170). Sum of RGB (Red+Green+Blue) = 149+189+170=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BDAA is #6A4255. Grayscale: #AEAEAE. Windows color (decimal): -6963798 or 11189653. OLE color: 11189653.

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

Color convert

RGB149189170-
CMYK0.2100.100.26
HSL151.5º23.26%66.27%-
HSV(B)151.5º21.16%74.12%-
XYZ37.8545.6944.85-
YUV174.87125.25109.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=29.33%
G=37.20%
B=33.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891700.2100.100.26151.523.2666.27
Hex95BDAA150A1A981742
Octal225275252250123223027102
Binary10010101101111011010101010101010101101010011000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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