Html Css Color HEX #7EBCB3 Monte Carlo

📋 copy color: '#7EBCB3'

red 126 ◦ green 188 ◦ blue 179

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

Shades of Monte Carlo #7EBCB3

Tints of Monte Carlo #7EBCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 25.56%
G = 38.13%
B = 36.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#7EBCB3 (or 0x7EBCB3) is known color: Monte Carlo. HEX triplet: 7E, BC and B3. RGB value is (126,188,179). Sum of RGB (Red+Green+Blue) = 126+188+179=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCB3 is #81434C. Grayscale: #A8A8A8. Windows color (decimal): -8471373 or 11779198. OLE color: 11779198.

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

Color convert

RGB 126 188 179 -
CMYK 0.33 0 0.05 0.26
HSL 171.29º 0.32% 0.62% -
HSV(B) 171.29º 0.33% 0.74% -
XYZ 34.72 43.66 49.24 -
YUV 168.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 126 188 179 0.33 0 0.05 0.26 171.29 0.32 0.62
Hex 7E BC B3 21 0 5 1A AB 20 3E
Octal 176 274 263 41 0 5 32 253 40 76
Binary 1111110 10111100 10110011 100001 0 101 11010 10101011 100000 111110

Color Harmonies of #7EBCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCB3

Black with #7EBCB3

Text Example


Text Example

White with #7EBCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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