#95BFAC

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

Shades of Skeptic #95BFAC

Tints of Skeptic #95BFAC

Color information

#95BFAC (or 0x95BFAC) is unknown color: approx Skeptic. HEX triplet: 95, BF and AC. RGB value is (149,191,172). Sum of RGB (Red+Green+Blue) = 149+191+172=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BFAC is #6A4053. Grayscale: #B0B0B0. Windows color (decimal): -6963284 or 11321237. OLE color: 11321237.

HSL color Cylindrical-coordinate representation of color #95BFAC: hue angle of 152.86º 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 #95BFAC is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB149191172-
CMYK0.2200.100.25
HSL152.86º24.71%66.67%-
HSV(B)152.86º21.99%74.9%-
XYZ38.4746.6346-
YUV176.28125.59108.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=29.10%
G=37.30%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911720.2200.100.25152.8624.7166.67
Hex95BFAC160A19991943
Octal225277254260123123131103
Binary10010101101111111010110010110010101100110011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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