Html Css Color HEX #9CF2CA Magic Mint

📋 copy color: '#9CF2CA'

red 156 ◦ green 242 ◦ blue 202

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

Shades of Magic Mint #9CF2CA

Tints of Magic Mint #9CF2CA

RGB

 RED value IS 156 (61.33% from 255) = 26%

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

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

R = 26%
G = 40.33%
B = 33.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#9CF2CA (or 0x9CF2CA) is known color: Magic Mint. HEX triplet: 9C, F2 and CA. RGB value is (156,242,202). Sum of RGB (Red+Green+Blue) = 156+242+202=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF2CA is #630D35. Grayscale: #D3D3D3. Windows color (decimal): -6491446 or 13300380. OLE color: 13300380.

HSL color Cylindrical-coordinate representation of color #9CF2CA: hue angle of 152.09º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF2CA is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 242 202 -
CMYK 0.36 0 0.17 0.05
HSL 152.09º 0.77% 0.78% -
HSV(B) 152.09º 0.36% 0.95% -
XYZ 56.12 74.84 67.36 -
YUV 211.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 156 242 202 0.36 0 0.17 0.05 152.09 0.77 0.78
Hex 9C F2 CA 24 0 11 5 98 4D 4E
Octal 234 362 312 44 0 21 5 230 115 116
Binary 10011100 11110010 11001010 100100 0 10001 101 10011000 1001101 1001110

Color Harmonies of #9CF2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF2CA

Black with #9CF2CA

Text Example


Text Example

White with #9CF2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,242,202); }

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

background-color css

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

 a { background-color: rgb(156,242,202); }

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

border-color css

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

 span { border-color: rgb(156,242,202); }

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