Html Css Color HEX #7EBDAF Monte Carlo

📋 copy color: '#7EBDAF'

red 126 ◦ green 189 ◦ blue 175

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

Shades of Monte Carlo #7EBDAF

Tints of Monte Carlo #7EBDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.57%

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

R = 25.71%
G = 38.57%
B = 35.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#7EBDAF (or 0x7EBDAF) is known color: Monte Carlo. HEX triplet: 7E, BD and AF. RGB value is (126,189,175). Sum of RGB (Red+Green+Blue) = 126+189+175=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBDAF is #814250. Grayscale: #A8A8A8. Windows color (decimal): -8471121 or 11517310. OLE color: 11517310.

HSL color Cylindrical-coordinate representation of color #7EBDAF: hue angle of 166.67º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBDAF is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 189 175 -
CMYK 0.33 0 0.07 0.26
HSL 166.67º 0.32% 0.62% -
HSV(B) 166.67º 0.33% 0.74% -
XYZ 34.54 43.93 47.22 -
YUV 168.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 126 189 175 0.33 0 0.07 0.26 166.67 0.32 0.62
Hex 7E BD AF 21 0 7 1A A7 20 3E
Octal 176 275 257 41 0 7 32 247 40 76
Binary 1111110 10111101 10101111 100001 0 111 11010 10100111 100000 111110

Color Harmonies of #7EBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDAF

Black with #7EBDAF

Text Example


Text Example

White with #7EBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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