Html Css Color HEX #7EBAB4 Monte Carlo

📋 copy color: '#7EBAB4'

red 126 ◦ green 186 ◦ blue 180

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

Shades of Monte Carlo #7EBAB4

Tints of Monte Carlo #7EBAB4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

 BLUE value IS 180 (70.7% from 255) = 36.59%

R = 25.61%
G = 37.8%
B = 36.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#7EBAB4 (or 0x7EBAB4) is known color: Monte Carlo. HEX triplet: 7E, BA and B4. RGB value is (126,186,180). Sum of RGB (Red+Green+Blue) = 126+186+180=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBAB4 is #81454B. Grayscale: #A7A7A7. Windows color (decimal): -8471884 or 11844222. OLE color: 11844222.

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

Color convert

RGB 126 186 180 -
CMYK 0.32 0 0.03 0.27
HSL 174º 0.3% 0.61% -
HSV(B) 174º 0.32% 0.73% -
XYZ 34.4 42.85 49.64 -
YUV 167.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 126 186 180 0.32 0 0.03 0.27 174 0.3 0.61
Hex 7E BA B4 20 0 3 1B AE 1E 3D
Octal 176 272 264 40 0 3 33 256 36 75
Binary 1111110 10111010 10110100 100000 0 11 11011 10101110 11110 111101

Color Harmonies of #7EBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBAB4

Black with #7EBAB4

Text Example


Text Example

White with #7EBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,186,180); }

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

background-color css

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

 a { background-color: rgb(126,186,180); }

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

border-color css

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

 span { border-color: rgb(126,186,180); }

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