#94CEBB

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

Shades of Shadow Green #94CEBB

Tints of Shadow Green #94CEBB

Color information

#94CEBB (or 0x94CEBB) is unknown color: approx Shadow Green. HEX triplet: 94, CE and BB. RGB value is (148,206,187). Sum of RGB (Red+Green+Blue) = 148+206+187=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CEBB is #6B3144. Grayscale: #BABABA. Windows color (decimal): -7024965 or 12308116. OLE color: 12308116.

HSL color Cylindrical-coordinate representation of color #94CEBB: hue angle of 160.34º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CEBB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB148206187-
CMYK0.2800.090.19
HSL160.34º37.18%69.41%-
HSV(B)160.34º28.16%80.78%-
XYZ43.2554.0355.16-
YUV186.49128.28100.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=27.36%
G=38.08%
B=34.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061870.2800.090.19160.3437.1869.41
Hex94CEBB1C0913a02545
Octal224316273340112324045105
Binary100101001100111010111011111000100110011101000001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,206,187); }

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

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

 a { background-color: rgb(148,206,187); }

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

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

 span { border-color: rgb(148,206,187); }

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