#95C2AB

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

Shades of Skeptic #95C2AB

Tints of Skeptic #95C2AB

Color information

#95C2AB (or 0x95C2AB) is unknown color: approx Skeptic. HEX triplet: 95, C2 and AB. RGB value is (149,194,171). Sum of RGB (Red+Green+Blue) = 149+194+171=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #95C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C2AB is #6A3D54. Grayscale: #B1B1B1. Windows color (decimal): -6962517 or 11256469. OLE color: 11256469.

HSL color Cylindrical-coordinate representation of color #95C2AB: hue angle of 149.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C2AB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB149194171-
CMYK0.2300.120.24
HSL149.33º26.95%67.25%-
HSV(B)149.33º23.2%76.08%-
XYZ39.0447.9145.72-
YUV177.92124.09107.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 194 (76.17% from 255) = 37.74%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=28.99%
G=37.74%
B=33.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491941710.2300.120.24149.3326.9567.25
Hex95C2AB170C18951b43
Octal225302253270143022533103
Binary10010101110000101010101110111011001100010010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,194,171); }

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

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

 a { background-color: rgb(149,194,171); }

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

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

 span { border-color: rgb(149,194,171); }

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