#94BFBB

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

Shades of Shadow Green #94BFBB

Tints of Shadow Green #94BFBB

Color information

#94BFBB (or 0x94BFBB) is unknown color: approx Shadow Green. HEX triplet: 94, BF and BB. RGB value is (148,191,187). Sum of RGB (Red+Green+Blue) = 148+191+187=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFBB is #6B4044. Grayscale: #B1B1B1. Windows color (decimal): -7028805 or 12304276. OLE color: 12304276.

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

Color convert

RGB148191187-
CMYK0.2300.020.25
HSL174.42º25.15%66.47%-
HSV(B)174.42º22.51%74.9%-
XYZ39.8147.1554.02-
YUV177.69133.25106.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.14%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=28.14%
G=36.31%
B=35.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911870.2300.020.25174.4225.1566.47
Hex94BFBB170219ae1942
Octal22427727327023125631102
Binary100101001011111110111011101110101100110101110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BFBB; }

 p { color: rgb(148,191,187); }

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

<style>
 a { background-color: #94BFBB; }

 a { background-color: rgb(148,191,187); }

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

<style>
 span { border-color: #94BFBB; }

 span { border-color: rgb(148,191,187); }

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