Html Css Color HEX #7EBDB7 Monte Carlo

📋 copy color: '#7EBDB7'

red 126 ◦ green 189 ◦ blue 183

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

Shades of Monte Carlo #7EBDB7

Tints of Monte Carlo #7EBDB7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

 BLUE value IS 183 (71.88% from 255) = 36.75%

R = 25.3%
G = 37.95%
B = 36.75%

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

#7EBDB7 (or 0x7EBDB7) is known color: Monte Carlo. HEX triplet: 7E, BD and B7. RGB value is (126,189,183). Sum of RGB (Red+Green+Blue) = 126+189+183=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDB7 is #814248. Grayscale: #A9A9A9. Windows color (decimal): -8471113 or 12041598. OLE color: 12041598.

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

Color convert

RGB 126 189 183 -
CMYK 0.33 0 0.03 0.26
HSL 174.29º 0.32% 0.62% -
HSV(B) 174.29º 0.33% 0.74% -
XYZ 35.35 44.25 51.48 -
YUV 169.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 126 189 183 0.33 0 0.03 0.26 174.29 0.32 0.62
Hex 7E BD B7 21 0 3 1A AE 20 3E
Octal 176 275 267 41 0 3 32 256 40 76
Binary 1111110 10111101 10110111 100001 0 11 11010 10101110 100000 111110

Color Harmonies of #7EBDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDB7

Black with #7EBDB7

Text Example


Text Example

White with #7EBDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,189,183); }

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

background-color css

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

 a { background-color: rgb(126,189,183); }

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

border-color css

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

 span { border-color: rgb(126,189,183); }

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