Html Css Color HEX #7EBCB2 Monte Carlo

📋 copy color: '#7EBCB2'

red 126 ◦ green 188 ◦ blue 178

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

Shades of Monte Carlo #7EBCB2

Tints of Monte Carlo #7EBCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 25.61%
G = 38.21%
B = 36.18%

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

#7EBCB2 (or 0x7EBCB2) is known color: Monte Carlo. HEX triplet: 7E, BC and B2. RGB value is (126,188,178). Sum of RGB (Red+Green+Blue) = 126+188+178=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBCB2 is #81434D. Grayscale: #A8A8A8. Windows color (decimal): -8471374 or 11713662. OLE color: 11713662.

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

Color convert

RGB 126 188 178 -
CMYK 0.33 0 0.05 0.26
HSL 170.32º 0.32% 0.62% -
HSV(B) 170.32º 0.33% 0.74% -
XYZ 34.62 43.62 48.71 -
YUV 168.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 126 188 178 0.33 0 0.05 0.26 170.32 0.32 0.62
Hex 7E BC B2 21 0 5 1A AA 20 3E
Octal 176 274 262 41 0 5 32 252 40 76
Binary 1111110 10111100 10110010 100001 0 101 11010 10101010 100000 111110

Color Harmonies of #7EBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCB2

Black with #7EBCB2

Text Example


Text Example

White with #7EBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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