Html Css Color HEX #9CEBCB Magic Mint

📋 copy color: '#9CEBCB'

red 156 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #9CEBCB

Tints of Magic Mint #9CEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.56%

 BLUE value IS 203 (79.69% from 255) = 34.18%

R = 26.26%
G = 39.56%
B = 34.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#9CEBCB (or 0x9CEBCB) is known color: Magic Mint. HEX triplet: 9C, EB and CB. RGB value is (156,235,203). Sum of RGB (Red+Green+Blue) = 156+235+203=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBCB is #631434. Grayscale: #CFCFCF. Windows color (decimal): -6493237 or 13364124. OLE color: 13364124.

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

Color convert

RGB 156 235 203 -
CMYK 0.34 0 0.14 0.08
HSL 155.7º 0.66% 0.77% -
HSV(B) 155.7º 0.34% 0.92% -
XYZ 54.2 70.8 67.31 -
YUV 207.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 156 235 203 0.34 0 0.14 0.08 155.7 0.66 0.77
Hex 9C EB CB 22 0 E 8 9C 42 4D
Octal 234 353 313 42 0 16 10 234 102 115
Binary 10011100 11101011 11001011 100010 0 1110 1000 10011100 1000010 1001101

Color Harmonies of #9CEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEBCB

Black with #9CEBCB

Text Example


Text Example

White with #9CEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,235,203); }

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

background-color css

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

 a { background-color: rgb(156,235,203); }

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

border-color css

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

 span { border-color: rgb(156,235,203); }

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