Html Css Color HEX #99F2CC Magic Mint

📋 copy color: '#99F2CC'

red 153 ◦ green 242 ◦ blue 204

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

Shades of Magic Mint #99F2CC

Tints of Magic Mint #99F2CC

RGB

 RED value IS 153 (60.16% from 255) = 25.54%

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

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

R = 25.54%
G = 40.4%
B = 34.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#99F2CC (or 0x99F2CC) is known color: Magic Mint. HEX triplet: 99, F2 and CC. RGB value is (153,242,204). Sum of RGB (Red+Green+Blue) = 153+242+204=599 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.54% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F2CC is #660D33. Grayscale: #D3D3D3. Windows color (decimal): -6688052 or 13431449. OLE color: 13431449.

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

Color convert

RGB 153 242 204 -
CMYK 0.37 0 0.16 0.05
HSL 154.38º 0.77% 0.77% -
HSV(B) 154.38º 0.37% 0.95% -
XYZ 55.79 74.64 68.59 -
YUV 211.06 124.01 86.59 -
System Red Green Blue C M Y K H S L
Decimal 153 242 204 0.37 0 0.16 0.05 154.38 0.77 0.77
Hex 99 F2 CC 25 0 10 5 9A 4D 4D
Octal 231 362 314 45 0 20 5 232 115 115
Binary 10011001 11110010 11001100 100101 0 10000 101 10011010 1001101 1001101

Color Harmonies of #99F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F2CC

Black with #99F2CC

Text Example


Text Example

White with #99F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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