Html Css Color HEX #7EBFBE Monte Carlo

📋 copy color: '#7EBFBE'

red 126 ◦ green 191 ◦ blue 190

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

Shades of Monte Carlo #7EBFBE

Tints of Monte Carlo #7EBFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 37.67%

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 24.85%
G = 37.67%
B = 37.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#7EBFBE (or 0x7EBFBE) is known color: Monte Carlo. HEX triplet: 7E, BF and BE. RGB value is (126,191,190). Sum of RGB (Red+Green+Blue) = 126+191+190=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFBE is #814041. Grayscale: #ABABAB. Windows color (decimal): -8470594 or 12500862. OLE color: 12500862.

HSL color Cylindrical-coordinate representation of color #7EBFBE: hue angle of 179.08º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBFBE is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 191 190 -
CMYK 0.34 0 0.01 0.25
HSL 179.08º 0.34% 0.62% -
HSV(B) 179.08º 0.34% 0.75% -
XYZ 36.53 45.41 55.56 -
YUV 171.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 126 191 190 0.34 0 0.01 0.25 179.08 0.34 0.62
Hex 7E BF BE 22 0 1 19 B3 22 3E
Octal 176 277 276 42 0 1 31 263 42 76
Binary 1111110 10111111 10111110 100010 0 1 11001 10110011 100010 111110

Color Harmonies of #7EBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBFBE

Black with #7EBFBE

Text Example


Text Example

White with #7EBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,191,190); }

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

background-color css

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

 a { background-color: rgb(126,191,190); }

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

border-color css

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

 span { border-color: rgb(126,191,190); }

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