Html Css Color HEX #7EBBA8 Monte Carlo

📋 copy color: '#7EBBA8'

red 126 ◦ green 187 ◦ blue 168

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

Shades of Monte Carlo #7EBBA8

Tints of Monte Carlo #7EBBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.93%

R = 26.2%
G = 38.88%
B = 34.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#7EBBA8 (or 0x7EBBA8) is known color: Monte Carlo. HEX triplet: 7E, BB and A8. RGB value is (126,187,168). Sum of RGB (Red+Green+Blue) = 126+187+168=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBA8 is #814457. Grayscale: #A6A6A6. Windows color (decimal): -8471640 or 11058046. OLE color: 11058046.

HSL color Cylindrical-coordinate representation of color #7EBBA8: hue angle of 161.31º 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 #7EBBA8 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 187 168 -
CMYK 0.33 0 0.10 0.27
HSL 161.31º 0.31% 0.61% -
HSV(B) 161.31º 0.33% 0.73% -
XYZ 33.44 42.8 43.55 -
YUV 166.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 126 187 168 0.33 0 0.10 0.27 161.31 0.31 0.61
Hex 7E BB A8 21 0 A 1B A1 1F 3D
Octal 176 273 250 41 0 12 33 241 37 75
Binary 1111110 10111011 10101000 100001 0 1010 11011 10100001 11111 111101

Color Harmonies of #7EBBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBBA8

Black with #7EBBA8

Text Example


Text Example

White with #7EBBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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