Html Css Color HEX #99EFC8 Magic Mint

📋 copy color: '#99EFC8'

red 153 ◦ green 239 ◦ blue 200

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

Shades of Magic Mint #99EFC8

Tints of Magic Mint #99EFC8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.37%

 BLUE value IS 200 (78.52% from 255) = 33.78%

R = 25.84%
G = 40.37%
B = 33.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#99EFC8 (or 0x99EFC8) is known color: Magic Mint. HEX triplet: 99, EF and C8. RGB value is (153,239,200). Sum of RGB (Red+Green+Blue) = 153+239+200=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFC8 is #661037. Grayscale: #D0D0D0. Windows color (decimal): -6688824 or 13168537. OLE color: 13168537.

HSL color Cylindrical-coordinate representation of color #99EFC8: hue angle of 152.79º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFC8 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 239 200 -
CMYK 0.36 0 0.16 0.06
HSL 152.79º 0.73% 0.77% -
HSV(B) 152.79º 0.36% 0.94% -
XYZ 54.43 72.68 65.8 -
YUV 208.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 153 239 200 0.36 0 0.16 0.06 152.79 0.73 0.77
Hex 99 EF C8 24 0 10 6 99 49 4D
Octal 231 357 310 44 0 20 6 231 111 115
Binary 10011001 11101111 11001000 100100 0 10000 110 10011001 1001001 1001101

Color Harmonies of #99EFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EFC8

Black with #99EFC8

Text Example


Text Example

White with #99EFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,239,200); }

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

background-color css

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

 a { background-color: rgb(153,239,200); }

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

border-color css

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

 span { border-color: rgb(153,239,200); }

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