Html Css Color HEX #9DFACA Magic Mint

📋 copy color: '#9DFACA'

red 157 ◦ green 250 ◦ blue 202

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

Shades of Magic Mint #9DFACA

Tints of Magic Mint #9DFACA

RGB

 RED value IS 157 (61.72% from 255) = 25.78%

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

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 25.78%
G = 41.05%
B = 33.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#9DFACA (or 0x9DFACA) is known color: Magic Mint. HEX triplet: 9D, FA and CA. RGB value is (157,250,202). Sum of RGB (Red+Green+Blue) = 157+250+202=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFACA is #620535. Grayscale: #D8D8D8. Windows color (decimal): -6423862 or 13302429. OLE color: 13302429.

HSL color Cylindrical-coordinate representation of color #9DFACA: hue angle of 149.03º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFACA is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 250 202 -
CMYK 0.37 0 0.19 0.02
HSL 149.03º 0.9% 0.8% -
HSV(B) 149.03º 0.37% 0.98% -
XYZ 58.75 79.8 68.18 -
YUV 216.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 157 250 202 0.37 0 0.19 0.02 149.03 0.9 0.8
Hex 9D FA CA 25 0 13 2 95 5A 50
Octal 235 372 312 45 0 23 2 225 132 120
Binary 10011101 11111010 11001010 100101 0 10011 10 10010101 1011010 1010000

Color Harmonies of #9DFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFACA

Black with #9DFACA

Text Example


Text Example

White with #9DFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DFACA; }

 p { color: rgb(157,250,202); }

 H1.HeaderClassName
 {
   color: #9DFACA;
 }
 .AnyTagClassName
 {
   color: #9DFACA;
 }
</style>

background-color css

<style>
 a { background-color: #9DFACA; }

 a { background-color: rgb(157,250,202); }

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

border-color css

<style>
 span { border-color: #9DFACA; }

 span { border-color: rgb(157,250,202); }

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