Html Css Color HEX #7FC5BC Monte Carlo

📋 copy color: '#7FC5BC'

red 127 ◦ green 197 ◦ blue 188

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

Shades of Monte Carlo #7FC5BC

Tints of Monte Carlo #7FC5BC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 24.8%
G = 38.48%
B = 36.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#7FC5BC (or 0x7FC5BC) is known color: Monte Carlo. HEX triplet: 7F, C5 and BC. RGB value is (127,197,188). Sum of RGB (Red+Green+Blue) = 127+197+188=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC5BC is #803A43. Grayscale: #AFAFAF. Windows color (decimal): -8403524 or 12371327. OLE color: 12371327.

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

Color convert

RGB 127 197 188 -
CMYK 0.36 0 0.05 0.23
HSL 172.29º 0.38% 0.64% -
HSV(B) 172.29º 0.36% 0.77% -
XYZ 37.8 48.08 54.86 -
YUV 175.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 127 197 188 0.36 0 0.05 0.23 172.29 0.38 0.64
Hex 7F C5 BC 24 0 5 17 AC 26 40
Octal 177 305 274 44 0 5 27 254 46 100
Binary 1111111 11000101 10111100 100100 0 101 10111 10101100 100110 1000000

Color Harmonies of #7FC5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC5BC

Black with #7FC5BC

Text Example


Text Example

White with #7FC5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,197,188); }

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

background-color css

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

 a { background-color: rgb(127,197,188); }

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

border-color css

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

 span { border-color: rgb(127,197,188); }

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