#95C1BB

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

Shades of Shadow Green #95C1BB

Tints of Shadow Green #95C1BB

Color information

#95C1BB (or 0x95C1BB) is unknown color: approx Shadow Green. HEX triplet: 95, C1 and BB. RGB value is (149,193,187). Sum of RGB (Red+Green+Blue) = 149+193+187=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C1BB is #6A3E44. Grayscale: #B3B3B3. Windows color (decimal): -6962757 or 12304789. OLE color: 12304789.

HSL color Cylindrical-coordinate representation of color #95C1BB: hue angle of 171.82º degrees, saturation: 0.26, 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 #95C1BB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB149193187-
CMYK0.2300.030.24
HSL171.82º26.19%67.06%-
HSV(B)171.82º22.8%75.69%-
XYZ40.4348.1254.17-
YUV179.16132.42106.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=28.17%
G=36.48%
B=35.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931870.2300.030.24171.8226.1967.06
Hex95C1BB170318ac1a43
Octal22530127327033025432103
Binary100101011100000110111011101110111100010101100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,193,187); }

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

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

 a { background-color: rgb(149,193,187); }

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

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

 span { border-color: rgb(149,193,187); }

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