#94BEA1

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

Shades of Summer Green #94BEA1

Tints of Summer Green #94BEA1

Color information

#94BEA1 (or 0x94BEA1) is unknown color: approx Summer Green. HEX triplet: 94, BE and A1. RGB value is (148,190,161). Sum of RGB (Red+Green+Blue) = 148+190+161=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #94BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BEA1 is #6B415E. Grayscale: #AEAEAE. Windows color (decimal): -7029087 or 10600084. OLE color: 10600084.

HSL color Cylindrical-coordinate representation of color #94BEA1: hue angle of 138.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BEA1 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB148190161-
CMYK0.2200.150.25
HSL138.57º24.42%66.27%-
HSV(B)138.57º22.11%74.51%-
XYZ37.0645.740.59-
YUV174.14120.59109.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=29.66%
G=38.08%
B=32.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901610.2200.150.25138.5724.4266.27
Hex94BEA1160F198b1842
Octal224276241260173121330102
Binary10010100101111101010000110110011111100110001011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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