Html Css Color HEX #7FC7BB Monte Carlo

📋 copy color: '#7FC7BB'

red 127 ◦ green 199 ◦ blue 187

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

Shades of Monte Carlo #7FC7BB

Tints of Monte Carlo #7FC7BB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.79%

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 24.76%
G = 38.79%
B = 36.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#7FC7BB (or 0x7FC7BB) is known color: Monte Carlo. HEX triplet: 7F, C7 and BB. RGB value is (127,199,187). Sum of RGB (Red+Green+Blue) = 127+199+187=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC7BB is #803844. Grayscale: #B0B0B0. Windows color (decimal): -8403013 or 12306303. OLE color: 12306303.

HSL color Cylindrical-coordinate representation of color #7FC7BB: hue angle of 170º degrees, saturation: 0.39, 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 #7FC7BB is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 199 187 -
CMYK 0.36 0 0.06 0.22
HSL 170º 0.39% 0.64% -
HSV(B) 170º 0.36% 0.78% -
XYZ 38.15 48.95 54.45 -
YUV 176.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 127 199 187 0.36 0 0.06 0.22 170 0.39 0.64
Hex 7F C7 BB 24 0 6 16 AA 27 40
Octal 177 307 273 44 0 6 26 252 47 100
Binary 1111111 11000111 10111011 100100 0 110 10110 10101010 100111 1000000

Color Harmonies of #7FC7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC7BB

Black with #7FC7BB

Text Example


Text Example

White with #7FC7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,199,187); }

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

background-color css

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

 a { background-color: rgb(127,199,187); }

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

border-color css

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

 span { border-color: rgb(127,199,187); }

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