#94CCBC

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

Shades of Shadow Green #94CCBC

Tints of Shadow Green #94CCBC

Color information

#94CCBC (or 0x94CCBC) is unknown color: approx Shadow Green. HEX triplet: 94, CC and BC. RGB value is (148,204,188). Sum of RGB (Red+Green+Blue) = 148+204+188=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCBC is #6B3343. Grayscale: #B9B9B9. Windows color (decimal): -7025476 or 12373140. OLE color: 12373140.

HSL color Cylindrical-coordinate representation of color #94CCBC: hue angle of 162.86º 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 #94CCBC is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB148204188-
CMYK0.2700.080.2
HSL162.86º35.44%69.02%-
HSV(B)162.86º27.45%80%-
XYZ42.8853.1155.57-
YUV185.43129.45101.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.41%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=27.41%
G=37.78%
B=34.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041880.2700.080.2162.8635.4469.02
Hex94CCBC1B0814a32345
Octal224314274330102424343105
Binary100101001100110010111100110110100010100101000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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