#94CABE

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

Shades of Shadow Green #94CABE

Tints of Shadow Green #94CABE

Color information

#94CABE (or 0x94CABE) is unknown color: approx Shadow Green. HEX triplet: 94, CA and BE. RGB value is (148,202,190). Sum of RGB (Red+Green+Blue) = 148+202+190=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #94CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CABE is #6B3541. Grayscale: #B8B8B8. Windows color (decimal): -7025986 or 12503700. OLE color: 12503700.

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

Color convert

RGB148202190-
CMYK0.2700.060.21
HSL166.67º33.75%68.63%-
HSV(B)166.67º26.73%79.22%-
XYZ42.6352.2556.55-
YUV184.49131.11101.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.41%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=27.41%
G=37.41%
B=35.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021900.2700.060.21166.6733.7568.63
Hex94CABE1B0615a72245
Octal22431227633062524742105
Binary10010100110010101011111011011011010101101001111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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