Html Css Color HEX #9DEACA Magic Mint

📋 copy color: '#9DEACA'

red 157 ◦ green 234 ◦ blue 202

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

Shades of Magic Mint #9DEACA

Tints of Magic Mint #9DEACA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.46%

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

R = 26.48%
G = 39.46%
B = 34.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#9DEACA (or 0x9DEACA) is known color: Magic Mint. HEX triplet: 9D, EA and CA. RGB value is (157,234,202). Sum of RGB (Red+Green+Blue) = 157+234+202=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEACA is #621535. Grayscale: #CFCFCF. Windows color (decimal): -6427958 or 13298333. OLE color: 13298333.

HSL color Cylindrical-coordinate representation of color #9DEACA: hue angle of 155.06º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEACA is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 234 202 -
CMYK 0.33 0 0.14 0.08
HSL 155.06º 0.65% 0.77% -
HSV(B) 155.06º 0.33% 0.92% -
XYZ 53.99 70.28 66.6 -
YUV 207.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 157 234 202 0.33 0 0.14 0.08 155.06 0.65 0.77
Hex 9D EA CA 21 0 E 8 9B 41 4D
Octal 235 352 312 41 0 16 10 233 101 115
Binary 10011101 11101010 11001010 100001 0 1110 1000 10011011 1000001 1001101

Color Harmonies of #9DEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEACA

Black with #9DEACA

Text Example


Text Example

White with #9DEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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