#95BFAA

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

Shades of Skeptic #95BFAA

Tints of Skeptic #95BFAA

Color information

#95BFAA (or 0x95BFAA) is unknown color: approx Skeptic. HEX triplet: 95, BF and AA. RGB value is (149,191,170). Sum of RGB (Red+Green+Blue) = 149+191+170=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BFAA is #6A4055. Grayscale: #B0B0B0. Windows color (decimal): -6963286 or 11190165. OLE color: 11190165.

HSL color Cylindrical-coordinate representation of color #95BFAA: hue angle of 150º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BFAA is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB149191170-
CMYK0.2200.110.25
HSL150º24.71%66.67%-
HSV(B)150º21.99%74.9%-
XYZ38.2846.5545-
YUV176.05124.59108.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=29.22%
G=37.45%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911700.2200.110.2515024.7166.67
Hex95BFAA160B19961943
Octal225277252260133122631103
Binary10010101101111111010101010110010111100110010110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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