Html Css Color HEX #7EBBAB Monte Carlo

📋 copy color: '#7EBBAB'

red 126 ◦ green 187 ◦ blue 171

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

Shades of Monte Carlo #7EBBAB

Tints of Monte Carlo #7EBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.33%

R = 26.03%
G = 38.64%
B = 35.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#7EBBAB (or 0x7EBBAB) is known color: Monte Carlo. HEX triplet: 7E, BB and AB. RGB value is (126,187,171). Sum of RGB (Red+Green+Blue) = 126+187+171=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBAB is #814454. Grayscale: #A6A6A6. Windows color (decimal): -8471637 or 11254654. OLE color: 11254654.

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

Color convert

RGB 126 187 171 -
CMYK 0.33 0 0.09 0.27
HSL 164.26º 0.31% 0.61% -
HSV(B) 164.26º 0.33% 0.73% -
XYZ 33.73 42.92 45.03 -
YUV 166.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 126 187 171 0.33 0 0.09 0.27 164.26 0.31 0.61
Hex 7E BB AB 21 0 9 1B A4 1F 3D
Octal 176 273 253 41 0 11 33 244 37 75
Binary 1111110 10111011 10101011 100001 0 1001 11011 10100100 11111 111101

Color Harmonies of #7EBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBBAB

Black with #7EBBAB

Text Example


Text Example

White with #7EBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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