#94CABC

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

Shades of Shadow Green #94CABC

Tints of Shadow Green #94CABC

Color information

#94CABC (or 0x94CABC) is unknown color: approx Shadow Green. HEX triplet: 94, CA and BC. RGB value is (148,202,188). Sum of RGB (Red+Green+Blue) = 148+202+188=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #94CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CABC is #6B3543. Grayscale: #B8B8B8. Windows color (decimal): -7025988 or 12372628. OLE color: 12372628.

HSL color Cylindrical-coordinate representation of color #94CABC: hue angle of 164.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CABC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB148202188-
CMYK0.2700.070.21
HSL164.44º33.75%68.63%-
HSV(B)164.44º26.73%79.22%-
XYZ42.4152.1755.41-
YUV184.26130.11102.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=27.51%
G=37.55%
B=34.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021880.2700.070.21164.4433.7568.63
Hex94CABC1B0715a42245
Octal22431227433072524442105
Binary10010100110010101011110011011011110101101001001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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