Html Css Color HEX #9BEFCD Magic Mint

📋 copy color: '#9BEFCD'

red 155 ◦ green 239 ◦ blue 205

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

Shades of Magic Mint #9BEFCD

Tints of Magic Mint #9BEFCD

RGB

 RED value IS 155 (60.94% from 255) = 25.88%

 GREEN value IS 239 (93.75% from 255) = 39.9%

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 25.88%
G = 39.9%
B = 34.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#9BEFCD (or 0x9BEFCD) is known color: Magic Mint. HEX triplet: 9B, EF and CD. RGB value is (155,239,205). Sum of RGB (Red+Green+Blue) = 155+239+205=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFCD is #641032. Grayscale: #D2D2D2. Windows color (decimal): -6557747 or 13496219. OLE color: 13496219.

HSL color Cylindrical-coordinate representation of color #9BEFCD: hue angle of 155.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFCD is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 239 205 -
CMYK 0.35 0 0.14 0.06
HSL 155.71º 0.72% 0.77% -
HSV(B) 155.71º 0.35% 0.94% -
XYZ 55.4 73.11 68.95 -
YUV 210.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 155 239 205 0.35 0 0.14 0.06 155.71 0.72 0.77
Hex 9B EF CD 23 0 E 6 9C 48 4D
Octal 233 357 315 43 0 16 6 234 110 115
Binary 10011011 11101111 11001101 100011 0 1110 110 10011100 1001000 1001101

Color Harmonies of #9BEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFCD

Black with #9BEFCD

Text Example


Text Example

White with #9BEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,239,205); }

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

background-color css

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

 a { background-color: rgb(155,239,205); }

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

border-color css

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

 span { border-color: rgb(155,239,205); }

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