Html Css Color HEX #94FABB Magic Mint

📋 copy color: '#94FABB'

red 148 ◦ green 250 ◦ blue 187

#94FABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #94FABB

Tints of Magic Mint #94FABB

RGB

 RED value IS 148 (58.2% from 255) = 25.3%

 GREEN value IS 250 (98.05% from 255) = 42.74%

 BLUE value IS 187 (73.44% from 255) = 31.97%

R = 25.3%
G = 42.74%
B = 31.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#94FABB (or 0x94FABB) is known color: Magic Mint. HEX triplet: 94, FA and BB. RGB value is (148,250,187). Sum of RGB (Red+Green+Blue) = 148+250+187=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #94FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FABB is #6B0544. Grayscale: #D4D4D4. Windows color (decimal): -7013701 or 12319380. OLE color: 12319380.

HSL color Cylindrical-coordinate representation of color #94FABB: hue angle of 142.94º degrees, saturation: 0.91, 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 #94FABB is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 250 187 -
CMYK 0.41 0 0.25 0.02
HSL 142.94º 0.91% 0.78% -
HSV(B) 142.94º 0.41% 0.98% -
XYZ 55.37 78.25 59.2 -
YUV 212.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 148 250 187 0.41 0 0.25 0.02 142.94 0.91 0.78
Hex 94 FA BB 29 0 19 2 8F 5B 4E
Octal 224 372 273 51 0 31 2 217 133 116
Binary 10010100 11111010 10111011 101001 0 11001 10 10001111 1011011 1001110

Color Harmonies of #94FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FABB

Black with #94FABB

Text Example


Text Example

White with #94FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94FABB;
 }
 .AnyTagClassName
 {
   color: #94FABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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