Html Css Color HEX #7FC6AB Monte Carlo

📋 copy color: '#7FC6AB'

red 127 ◦ green 198 ◦ blue 171

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

Shades of Monte Carlo #7FC6AB

Tints of Monte Carlo #7FC6AB

RGB

 RED value IS 127 (50% from 255) = 25.6%

 GREEN value IS 198 (77.73% from 255) = 39.92%

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 25.6%
G = 39.92%
B = 34.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#7FC6AB (or 0x7FC6AB) is known color: Monte Carlo. HEX triplet: 7F, C6 and AB. RGB value is (127,198,171). Sum of RGB (Red+Green+Blue) = 127+198+171=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC6AB is #803954. Grayscale: #ADADAD. Windows color (decimal): -8403285 or 11257471. OLE color: 11257471.

HSL color Cylindrical-coordinate representation of color #7FC6AB: hue angle of 157.18º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC6AB is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 198 171 -
CMYK 0.36 0 0.14 0.22
HSL 157.18º 0.38% 0.64% -
HSV(B) 157.18º 0.36% 0.78% -
XYZ 36.3 47.84 45.85 -
YUV 173.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 127 198 171 0.36 0 0.14 0.22 157.18 0.38 0.64
Hex 7F C6 AB 24 0 E 16 9D 26 40
Octal 177 306 253 44 0 16 26 235 46 100
Binary 1111111 11000110 10101011 100100 0 1110 10110 10011101 100110 1000000

Color Harmonies of #7FC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC6AB

Black with #7FC6AB

Text Example


Text Example

White with #7FC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FC6AB; }

 p { color: rgb(127,198,171); }

 H1.HeaderClassName
 {
   color: #7FC6AB;
 }
 .AnyTagClassName
 {
   color: #7FC6AB;
 }
</style>

background-color css

<style>
 a { background-color: #7FC6AB; }

 a { background-color: rgb(127,198,171); }

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

border-color css

<style>
 span { border-color: #7FC6AB; }

 span { border-color: rgb(127,198,171); }

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