Html Css Color HEX #94F2CC Magic Mint

📋 copy color: '#94F2CC'

red 148 ◦ green 242 ◦ blue 204

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

Shades of Magic Mint #94F2CC

Tints of Magic Mint #94F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.74%

 BLUE value IS 204 (80.08% from 255) = 34.34%

R = 24.92%
G = 40.74%
B = 34.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#94F2CC (or 0x94F2CC) is known color: Magic Mint. HEX triplet: 94, F2 and CC. RGB value is (148,242,204). Sum of RGB (Red+Green+Blue) = 148+242+204=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F2CC is #6B0D33. Grayscale: #D1D1D1. Windows color (decimal): -7015732 or 13431444. OLE color: 13431444.

HSL color Cylindrical-coordinate representation of color #94F2CC: hue angle of 155.74º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2CC is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 204 -
CMYK 0.39 0 0.16 0.05
HSL 155.74º 0.78% 0.76% -
HSV(B) 155.74º 0.39% 0.95% -
XYZ 54.86 74.16 68.55 -
YUV 209.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 148 242 204 0.39 0 0.16 0.05 155.74 0.78 0.76
Hex 94 F2 CC 27 0 10 5 9C 4E 4C
Octal 224 362 314 47 0 20 5 234 116 114
Binary 10010100 11110010 11001100 100111 0 10000 101 10011100 1001110 1001100

Color Harmonies of #94F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F2CC

Black with #94F2CC

Text Example


Text Example

White with #94F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,242,204); }

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

background-color css

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

 a { background-color: rgb(148,242,204); }

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

border-color css

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

 span { border-color: rgb(148,242,204); }

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