#95BEBB

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

Shades of Shadow Green #95BEBB

Tints of Shadow Green #95BEBB

Color information

#95BEBB (or 0x95BEBB) is unknown color: approx Shadow Green. HEX triplet: 95, BE and BB. RGB value is (149,190,187). Sum of RGB (Red+Green+Blue) = 149+190+187=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #95BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BEBB is #6A4144. Grayscale: #B1B1B1. Windows color (decimal): -6963525 or 12304021. OLE color: 12304021.

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

Color convert

RGB149190187-
CMYK0.2200.020.25
HSL175.61º23.98%66.47%-
HSV(B)175.61º21.58%74.51%-
XYZ39.7846.853.95-
YUV177.4133.42107.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=28.33%
G=36.12%
B=35.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901870.2200.020.25175.6123.9866.47
Hex95BEBB160219b01842
Octal22527627326023126030102
Binary100101011011111010111011101100101100110110000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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