Html Css Color HEX #7EBCB8 Monte Carlo

📋 copy color: '#7EBCB8'

red 126 ◦ green 188 ◦ blue 184

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

Shades of Monte Carlo #7EBCB8

Tints of Monte Carlo #7EBCB8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

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

R = 25.3%
G = 37.75%
B = 36.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#7EBCB8 (or 0x7EBCB8) is known color: Monte Carlo. HEX triplet: 7E, BC and B8. RGB value is (126,188,184). Sum of RGB (Red+Green+Blue) = 126+188+184=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCB8 is #814347. Grayscale: #A8A8A8. Windows color (decimal): -8471368 or 12106878. OLE color: 12106878.

HSL color Cylindrical-coordinate representation of color #7EBCB8: hue angle of 176.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBCB8 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 184 -
CMYK 0.33 0 0.02 0.26
HSL 176.13º 0.32% 0.62% -
HSV(B) 176.13º 0.33% 0.74% -
XYZ 35.24 43.86 51.96 -
YUV 169.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 126 188 184 0.33 0 0.02 0.26 176.13 0.32 0.62
Hex 7E BC B8 21 0 2 1A B0 20 3E
Octal 176 274 270 41 0 2 32 260 40 76
Binary 1111110 10111100 10111000 100001 0 10 11010 10110000 100000 111110

Color Harmonies of #7EBCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCB8

Black with #7EBCB8

Text Example


Text Example

White with #7EBCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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