Html Css Color HEX #7EBCBA Monte Carlo

📋 copy color: '#7EBCBA'

red 126 ◦ green 188 ◦ blue 186

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

Shades of Monte Carlo #7EBCBA

Tints of Monte Carlo #7EBCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 25.2%
G = 37.6%
B = 37.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#7EBCBA (or 0x7EBCBA) is known color: Monte Carlo. HEX triplet: 7E, BC and BA. RGB value is (126,188,186). Sum of RGB (Red+Green+Blue) = 126+188+186=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCBA is #814345. Grayscale: #A9A9A9. Windows color (decimal): -8471366 or 12237950. OLE color: 12237950.

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

Color convert

RGB 126 188 186 -
CMYK 0.33 0 0.01 0.26
HSL 178.06º 0.32% 0.62% -
HSV(B) 178.06º 0.33% 0.74% -
XYZ 35.45 43.95 53.07 -
YUV 169.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 126 188 186 0.33 0 0.01 0.26 178.06 0.32 0.62
Hex 7E BC BA 21 0 1 1A B2 20 3E
Octal 176 274 272 41 0 1 32 262 40 76
Binary 1111110 10111100 10111010 100001 0 1 11010 10110010 100000 111110

Color Harmonies of #7EBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCBA

Black with #7EBCBA

Text Example


Text Example

White with #7EBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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