Html Css Color HEX #94F8CB Magic Mint

📋 copy color: '#94F8CB'

red 148 ◦ green 248 ◦ blue 203

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

Shades of Magic Mint #94F8CB

Tints of Magic Mint #94F8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.4%

 BLUE value IS 203 (79.69% from 255) = 33.89%

R = 24.71%
G = 41.4%
B = 33.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#94F8CB (or 0x94F8CB) is known color: Magic Mint. HEX triplet: 94, F8 and CB. RGB value is (148,248,203). Sum of RGB (Red+Green+Blue) = 148+248+203=599 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.71% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F8CB is #6B0734. Grayscale: #D5D5D5. Windows color (decimal): -7014197 or 13367444. OLE color: 13367444.

HSL color Cylindrical-coordinate representation of color #94F8CB: hue angle of 153º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F8CB is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 248 203 -
CMYK 0.40 0 0.18 0.03
HSL 153º 0.88% 0.78% -
HSV(B) 153º 0.4% 0.97% -
XYZ 56.56 77.74 68.52 -
YUV 212.97 122.37 81.66 -
System Red Green Blue C M Y K H S L
Decimal 148 248 203 0.40 0 0.18 0.03 153 0.88 0.78
Hex 94 F8 CB 28 0 12 3 99 58 4E
Octal 224 370 313 50 0 22 3 231 130 116
Binary 10010100 11111000 11001011 101000 0 10010 11 10011001 1011000 1001110

Color Harmonies of #94F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F8CB

Black with #94F8CB

Text Example


Text Example

White with #94F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,248,203); }

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

background-color css

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

 a { background-color: rgb(148,248,203); }

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

border-color css

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

 span { border-color: rgb(148,248,203); }

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