Html Css Color HEX #7EBAB1 Monte Carlo

📋 copy color: '#7EBAB1'

red 126 ◦ green 186 ◦ blue 177

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

Shades of Monte Carlo #7EBAB1

Tints of Monte Carlo #7EBAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 25.77%
G = 38.04%
B = 36.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#7EBAB1 (or 0x7EBAB1) is known color: Monte Carlo. HEX triplet: 7E, BA and B1. RGB value is (126,186,177). Sum of RGB (Red+Green+Blue) = 126+186+177=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBAB1 is #81454E. Grayscale: #A7A7A7. Windows color (decimal): -8471887 or 11647614. OLE color: 11647614.

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

Color convert

RGB 126 186 177 -
CMYK 0.32 0 0.05 0.27
HSL 171º 0.3% 0.61% -
HSV(B) 171º 0.32% 0.73% -
XYZ 34.1 42.73 48.05 -
YUV 167.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 126 186 177 0.32 0 0.05 0.27 171 0.3 0.61
Hex 7E BA B1 20 0 5 1B AB 1E 3D
Octal 176 272 261 40 0 5 33 253 36 75
Binary 1111110 10111010 10110001 100000 0 101 11011 10101011 11110 111101

Color Harmonies of #7EBAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBAB1

Black with #7EBAB1

Text Example


Text Example

White with #7EBAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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