Html Css Color HEX #7ECCAF Monte Carlo

📋 copy color: '#7ECCAF'

red 126 ◦ green 204 ◦ blue 175

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

Shades of Monte Carlo #7ECCAF

Tints of Monte Carlo #7ECCAF

RGB

 RED value IS 126 (49.61% from 255) = 24.95%

 GREEN value IS 204 (80.08% from 255) = 40.4%

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 24.95%
G = 40.4%
B = 34.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#7ECCAF (or 0x7ECCAF) is known color: Monte Carlo. HEX triplet: 7E, CC and AF. RGB value is (126,204,175). Sum of RGB (Red+Green+Blue) = 126+204+175=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECCAF is #813350. Grayscale: #B1B1B1. Windows color (decimal): -8467281 or 11521150. OLE color: 11521150.

HSL color Cylindrical-coordinate representation of color #7ECCAF: hue angle of 157.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECCAF is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 204 175 -
CMYK 0.38 0 0.14 0.2
HSL 157.69º 0.43% 0.65% -
HSV(B) 157.69º 0.38% 0.8% -
XYZ 37.93 50.72 48.35 -
YUV 177.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 126 204 175 0.38 0 0.14 0.2 157.69 0.43 0.65
Hex 7E CC AF 26 0 E 14 9E 2B 41
Octal 176 314 257 46 0 16 24 236 53 101
Binary 1111110 11001100 10101111 100110 0 1110 10100 10011110 101011 1000001

Color Harmonies of #7ECCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECCAF

Black with #7ECCAF

Text Example


Text Example

White with #7ECCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,204,175); }

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

background-color css

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

 a { background-color: rgb(126,204,175); }

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

border-color css

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

 span { border-color: rgb(126,204,175); }

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