Html Css Color HEX #7EBCB6 Monte Carlo

📋 copy color: '#7EBCB6'

red 126 ◦ green 188 ◦ blue 182

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

Shades of Monte Carlo #7EBCB6

Tints of Monte Carlo #7EBCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.69%

R = 25.4%
G = 37.9%
B = 36.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#7EBCB6 (or 0x7EBCB6) is known color: Monte Carlo. HEX triplet: 7E, BC and B6. RGB value is (126,188,182). Sum of RGB (Red+Green+Blue) = 126+188+182=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCB6 is #814349. Grayscale: #A8A8A8. Windows color (decimal): -8471370 or 11975806. OLE color: 11975806.

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

Color convert

RGB 126 188 182 -
CMYK 0.33 0 0.03 0.26
HSL 174.19º 0.32% 0.62% -
HSV(B) 174.19º 0.33% 0.74% -
XYZ 35.03 43.78 50.86 -
YUV 168.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 126 188 182 0.33 0 0.03 0.26 174.19 0.32 0.62
Hex 7E BC B6 21 0 3 1A AE 20 3E
Octal 176 274 266 41 0 3 32 256 40 76
Binary 1111110 10111100 10110110 100001 0 11 11010 10101110 100000 111110

Color Harmonies of #7EBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCB6

Black with #7EBCB6

Text Example


Text Example

White with #7EBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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