#94C4BA

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

Shades of Shadow Green #94C4BA

Tints of Shadow Green #94C4BA

Color information

#94C4BA (or 0x94C4BA) is unknown color: approx Shadow Green. HEX triplet: 94, C4 and BA. RGB value is (148,196,186). Sum of RGB (Red+Green+Blue) = 148+196+186=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #94C4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C4BA is #6B3B45. Grayscale: #B4B4B4. Windows color (decimal): -7027526 or 12240020. OLE color: 12240020.

HSL color Cylindrical-coordinate representation of color #94C4BA: hue angle of 167.5º 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 #94C4BA is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB148196186-
CMYK0.2400.050.23
HSL167.5º28.92%67.45%-
HSV(B)167.5º24.49%76.86%-
XYZ40.8249.3253.82-
YUV180.51131.1104.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 196 (76.95% from 255) = 36.98%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=27.92%
G=36.98%
B=35.09%

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
Decimal1481961860.2400.050.23167.528.9267.45
Hex94C4BA180517a81d43
Octal22430427230052725035103
Binary1001010011000100101110101100001011011110101000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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