Html Css Color HEX #7ECEAF Monte Carlo

📋 copy color: '#7ECEAF'

red 126 ◦ green 206 ◦ blue 175

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

Shades of Monte Carlo #7ECEAF

Tints of Monte Carlo #7ECEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.63%

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

R = 24.85%
G = 40.63%
B = 34.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#7ECEAF (or 0x7ECEAF) is known color: Monte Carlo. HEX triplet: 7E, CE and AF. RGB value is (126,206,175). Sum of RGB (Red+Green+Blue) = 126+206+175=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECEAF is #813150. Grayscale: #B2B2B2. Windows color (decimal): -8466769 or 11521662. OLE color: 11521662.

HSL color Cylindrical-coordinate representation of color #7ECEAF: hue angle of 156.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECEAF is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 206 175 -
CMYK 0.39 0 0.15 0.19
HSL 156.75º 0.45% 0.65% -
HSV(B) 156.75º 0.39% 0.81% -
XYZ 38.41 51.67 48.51 -
YUV 178.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 126 206 175 0.39 0 0.15 0.19 156.75 0.45 0.65
Hex 7E CE AF 27 0 F 13 9D 2D 41
Octal 176 316 257 47 0 17 23 235 55 101
Binary 1111110 11001110 10101111 100111 0 1111 10011 10011101 101101 1000001

Color Harmonies of #7ECEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECEAF

Black with #7ECEAF

Text Example


Text Example

White with #7ECEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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