Html Css Color HEX #7EBAB5 Monte Carlo

📋 copy color: '#7EBAB5'

red 126 ◦ green 186 ◦ blue 181

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

Shades of Monte Carlo #7EBAB5

Tints of Monte Carlo #7EBAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.71%

R = 25.56%
G = 37.73%
B = 36.71%

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

#7EBAB5 (or 0x7EBAB5) is known color: Monte Carlo. HEX triplet: 7E, BA and B5. RGB value is (126,186,181). Sum of RGB (Red+Green+Blue) = 126+186+181=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBAB5 is #81454A. Grayscale: #A7A7A7. Windows color (decimal): -8471883 or 11909758. OLE color: 11909758.

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

Color convert

RGB 126 186 181 -
CMYK 0.32 0 0.03 0.27
HSL 175º 0.3% 0.61% -
HSV(B) 175º 0.32% 0.73% -
XYZ 34.5 42.89 50.18 -
YUV 167.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 126 186 181 0.32 0 0.03 0.27 175 0.3 0.61
Hex 7E BA B5 20 0 3 1B AF 1E 3D
Octal 176 272 265 40 0 3 33 257 36 75
Binary 1111110 10111010 10110101 100000 0 11 11011 10101111 11110 111101

Color Harmonies of #7EBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBAB5

Black with #7EBAB5

Text Example


Text Example

White with #7EBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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