#94CABA

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

Shades of Shadow Green #94CABA

Tints of Shadow Green #94CABA

Color information

#94CABA (or 0x94CABA) is unknown color: approx Shadow Green. HEX triplet: 94, CA and BA. RGB value is (148,202,186). Sum of RGB (Red+Green+Blue) = 148+202+186=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #94CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CABA is #6B3545. Grayscale: #B8B8B8. Windows color (decimal): -7025990 or 12241556. OLE color: 12241556.

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

Color convert

RGB148202186-
CMYK0.2700.080.21
HSL162.22º33.75%68.63%-
HSV(B)162.22º26.73%79.22%-
XYZ42.252.0854.28-
YUV184.03129.11102.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.61%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=27.61%
G=37.69%
B=34.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021860.2700.080.21162.2233.7568.63
Hex94CABA1B0815a22245
Octal224312272330102524242105
Binary100101001100101010111010110110100010101101000101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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