#94C4BB

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

Shades of Shadow Green #94C4BB

Tints of Shadow Green #94C4BB

Color information

#94C4BB (or 0x94C4BB) is unknown color: approx Shadow Green. HEX triplet: 94, C4 and BB. RGB value is (148,196,187). Sum of RGB (Red+Green+Blue) = 148+196+187=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #94C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C4BB is #6B3B44. Grayscale: #B4B4B4. Windows color (decimal): -7027525 or 12305556. OLE color: 12305556.

HSL color Cylindrical-coordinate representation of color #94C4BB: hue angle of 168.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C4BB is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB148196187-
CMYK0.2400.050.23
HSL168.75º28.92%67.45%-
HSV(B)168.75º24.49%76.86%-
XYZ40.9249.3654.39-
YUV180.62131.6104.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=27.87%
G=36.91%
B=35.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481961870.2400.050.23168.7528.9267.45
Hex94C4BB180517a91d43
Octal22430427330052725135103
Binary1001010011000100101110111100001011011110101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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