Html Css Color HEX #92F0CB Magic Mint

📋 copy color: '#92F0CB'

red 146 ◦ green 240 ◦ blue 203

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

Shades of Magic Mint #92F0CB

Tints of Magic Mint #92F0CB

RGB

 RED value IS 146 (57.42% from 255) = 24.79%

 GREEN value IS 240 (94.14% from 255) = 40.75%

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

R = 24.79%
G = 40.75%
B = 34.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#92F0CB (or 0x92F0CB) is known color: Magic Mint. HEX triplet: 92, F0 and CB. RGB value is (146,240,203). Sum of RGB (Red+Green+Blue) = 146+240+203=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F0CB is #6D0F34. Grayscale: #CFCFCF. Windows color (decimal): -7147317 or 13365394. OLE color: 13365394.

HSL color Cylindrical-coordinate representation of color #92F0CB: hue angle of 156.38º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F0CB is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 240 203 -
CMYK 0.39 0 0.15 0.06
HSL 156.38º 0.76% 0.76% -
HSV(B) 156.38º 0.39% 0.94% -
XYZ 53.79 72.74 67.71 -
YUV 207.68 125.36 84.01 -
System Red Green Blue C M Y K H S L
Decimal 146 240 203 0.39 0 0.15 0.06 156.38 0.76 0.76
Hex 92 F0 CB 27 0 F 6 9C 4C 4C
Octal 222 360 313 47 0 17 6 234 114 114
Binary 10010010 11110000 11001011 100111 0 1111 110 10011100 1001100 1001100

Color Harmonies of #92F0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92F0CB

Black with #92F0CB

Text Example


Text Example

White with #92F0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92F0CB; }

 p { color: rgb(146,240,203); }

 H1.HeaderClassName
 {
   color: #92F0CB;
 }
 .AnyTagClassName
 {
   color: #92F0CB;
 }
</style>

background-color css

<style>
 a { background-color: #92F0CB; }

 a { background-color: rgb(146,240,203); }

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

border-color css

<style>
 span { border-color: #92F0CB; }

 span { border-color: rgb(146,240,203); }

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