#93F9B4

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

Shades of Vista Blue #93F9B4

Tints of Vista Blue #93F9B4

Color information

#93F9B4 (or 0x93F9B4) is unknown color: approx Vista Blue. HEX triplet: 93, F9 and B4. RGB value is (147,249,180). Sum of RGB (Red+Green+Blue) = 147+249+180=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F9B4 is #6C064B. Grayscale: #D2D2D2. Windows color (decimal): -7079500 or 11860371. OLE color: 11860371.

HSL color Cylindrical-coordinate representation of color #93F9B4: hue angle of 139.41º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F9B4 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB147249180-
CMYK0.4100.280.02
HSL139.41º89.47%77.65%-
HSV(B)139.41º40.96%97.65%-
XYZ54.1577.2555.24-
YUV210.64110.7182.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 180 (70.70% from 255) = 31.25%
R=25.52%
G=43.23%
B=31.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472491800.4100.280.02139.4189.4777.65
Hex93F9B42901C28b594e
Octal223371264510342213131116
Binary100100111111100110110100101001011100101000101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,249,180); }

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

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

 a { background-color: rgb(147,249,180); }

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

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

 span { border-color: rgb(147,249,180); }

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