Html Css Color HEX #7EBBAF Monte Carlo

📋 copy color: '#7EBBAF'

red 126 ◦ green 187 ◦ blue 175

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

Shades of Monte Carlo #7EBBAF

Tints of Monte Carlo #7EBBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

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

R = 25.82%
G = 38.32%
B = 35.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#7EBBAF (or 0x7EBBAF) is known color: Monte Carlo. HEX triplet: 7E, BB and AF. RGB value is (126,187,175). Sum of RGB (Red+Green+Blue) = 126+187+175=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBAF is #814450. Grayscale: #A7A7A7. Windows color (decimal): -8471633 or 11516798. OLE color: 11516798.

HSL color Cylindrical-coordinate representation of color #7EBBAF: hue angle of 168.2º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBBAF is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 187 175 -
CMYK 0.33 0 0.06 0.27
HSL 168.2º 0.31% 0.61% -
HSV(B) 168.2º 0.33% 0.73% -
XYZ 34.11 43.07 47.07 -
YUV 167.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 126 187 175 0.33 0 0.06 0.27 168.2 0.31 0.61
Hex 7E BB AF 21 0 6 1B A8 1F 3D
Octal 176 273 257 41 0 6 33 250 37 75
Binary 1111110 10111011 10101111 100001 0 110 11011 10101000 11111 111101

Color Harmonies of #7EBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBBAF

Black with #7EBBAF

Text Example


Text Example

White with #7EBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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