#94BD9B

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

Shades of Summer Green #94BD9B

Tints of Summer Green #94BD9B

Color information

#94BD9B (or 0x94BD9B) is unknown color: approx Summer Green. HEX triplet: 94, BD and 9B. RGB value is (148,189,155). Sum of RGB (Red+Green+Blue) = 148+189+155=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BD9B is #6B4264. Grayscale: #ACACAC. Windows color (decimal): -7029349 or 10206612. OLE color: 10206612.

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

Color convert

RGB148189155-
CMYK0.2200.180.26
HSL130.24º23.7%66.08%-
HSV(B)130.24º21.69%74.12%-
XYZ36.3345.0637.79-
YUV172.86117.92110.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=30.08%
G=38.41%
B=31.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481891550.2200.180.26130.2423.766.08
Hex94BD9B160121A821842
Octal224275233260223220230102
Binary100101001011110110011011101100100101101010000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,189,155); }

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

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

 a { background-color: rgb(148,189,155); }

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

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

 span { border-color: rgb(148,189,155); }

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