#93E2BE

Color #93E2BE Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #93E2BE

Tints of Vista Blue #93E2BE

Color information

#93E2BE (or 0x93E2BE) is unknown color: approx Vista Blue. HEX triplet: 93, E2 and BE. RGB value is (147,226,190). Sum of RGB (Red+Green+Blue) = 147+226+190=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #93E2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E2BE is #6C1D41. Grayscale: #C6C6C6. Windows color (decimal): -7085378 or 12509843. OLE color: 12509843.

HSL color Cylindrical-coordinate representation of color #93E2BE: hue angle of 152.66º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E2BE is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB147226190-
CMYK0.3500.160.11
HSL152.66º57.66%73.14%-
HSV(B)152.66º34.96%88.63%-
XYZ48.5264.3158.57-
YUV198.28123.3391.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.11%
GREEN value IS 226 (88.67% from 255) = 40.14%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=26.11%
G=40.14%
B=33.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1472261900.3500.160.11152.6657.6673.14
Hex93E2BE23010B993a49
Octal223342276430201323172111
Binary1001001111100010101111101000110100001011100110011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93E2BE; }

 p { color: rgb(147,226,190); }

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

<style>
 a { background-color: #93E2BE; }

 a { background-color: rgb(147,226,190); }

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

<style>
 span { border-color: #93E2BE; }

 span { border-color: rgb(147,226,190); }

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