#94CCBA

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

Shades of Shadow Green #94CCBA

Tints of Shadow Green #94CCBA

Color information

#94CCBA (or 0x94CCBA) is unknown color: approx Shadow Green. HEX triplet: 94, CC and BA. RGB value is (148,204,186). Sum of RGB (Red+Green+Blue) = 148+204+186=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCBA is #6B3345. Grayscale: #B9B9B9. Windows color (decimal): -7025478 or 12242068. OLE color: 12242068.

HSL color Cylindrical-coordinate representation of color #94CCBA: hue angle of 160.71º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CCBA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB148204186-
CMYK0.2700.090.2
HSL160.71º35.44%69.02%-
HSV(B)160.71º27.45%80%-
XYZ42.6753.0354.44-
YUV185.2128.45101.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=27.51%
G=37.92%
B=34.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041860.2700.090.2160.7135.4469.02
Hex94CCBA1B0914a12345
Octal224314272330112424143105
Binary100101001100110010111010110110100110100101000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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