Html Css Color HEX #7EBAB8 Monte Carlo

📋 copy color: '#7EBAB8'

red 126 ◦ green 186 ◦ blue 184

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

Shades of Monte Carlo #7EBAB8

Tints of Monte Carlo #7EBAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.1%

R = 25.4%
G = 37.5%
B = 37.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#7EBAB8 (or 0x7EBAB8) is known color: Monte Carlo. HEX triplet: 7E, BA and B8. RGB value is (126,186,184). Sum of RGB (Red+Green+Blue) = 126+186+184=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBAB8 is #814547. Grayscale: #A7A7A7. Windows color (decimal): -8471880 or 12106366. OLE color: 12106366.

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

Color convert

RGB 126 186 184 -
CMYK 0.32 0 0.01 0.27
HSL 178º 0.3% 0.61% -
HSV(B) 178º 0.32% 0.73% -
XYZ 34.81 43.01 51.82 -
YUV 167.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 126 186 184 0.32 0 0.01 0.27 178 0.3 0.61
Hex 7E BA B8 20 0 1 1B B2 1E 3D
Octal 176 272 270 40 0 1 33 262 36 75
Binary 1111110 10111010 10111000 100000 0 1 11011 10110010 11110 111101

Color Harmonies of #7EBAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBAB8

Black with #7EBAB8

Text Example


Text Example

White with #7EBAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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