Html Css Color HEX #9FE1CA Magic Mint

📋 copy color: '#9FE1CA'

red 159 ◦ green 225 ◦ blue 202

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

Shades of Magic Mint #9FE1CA

Tints of Magic Mint #9FE1CA

RGB

 RED value IS 159 (62.5% from 255) = 27.13%

 GREEN value IS 225 (88.28% from 255) = 38.4%

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

R = 27.13%
G = 38.4%
B = 34.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#9FE1CA (or 0x9FE1CA) is known color: Magic Mint. HEX triplet: 9F, E1 and CA. RGB value is (159,225,202). Sum of RGB (Red+Green+Blue) = 159+225+202=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1CA is #601E35. Grayscale: #CACACA. Windows color (decimal): -6299190 or 13296031. OLE color: 13296031.

HSL color Cylindrical-coordinate representation of color #9FE1CA: hue angle of 159.09º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1CA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 202 -
CMYK 0.29 0 0.10 0.12
HSL 159.09º 0.52% 0.75% -
HSV(B) 159.09º 0.29% 0.88% -
XYZ 51.88 65.49 65.78 -
YUV 202.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 159 225 202 0.29 0 0.10 0.12 159.09 0.52 0.75
Hex 9F E1 CA 1D 0 A C 9F 34 4B
Octal 237 341 312 35 0 12 14 237 64 113
Binary 10011111 11100001 11001010 11101 0 1010 1100 10011111 110100 1001011

Color Harmonies of #9FE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE1CA

Black with #9FE1CA

Text Example


Text Example

White with #9FE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,225,202); }

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

background-color css

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

 a { background-color: rgb(159,225,202); }

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

border-color css

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

 span { border-color: rgb(159,225,202); }

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