Html Css Color HEX #7EBDB4 Monte Carlo

📋 copy color: '#7EBDB4'

red 126 ◦ green 189 ◦ blue 180

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

Shades of Monte Carlo #7EBDB4

Tints of Monte Carlo #7EBDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.36%

R = 25.45%
G = 38.18%
B = 36.36%

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

#7EBDB4 (or 0x7EBDB4) is known color: Monte Carlo. HEX triplet: 7E, BD and B4. RGB value is (126,189,180). Sum of RGB (Red+Green+Blue) = 126+189+180=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDB4 is #81424B. Grayscale: #A9A9A9. Windows color (decimal): -8471116 or 11844990. OLE color: 11844990.

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

Color convert

RGB 126 189 180 -
CMYK 0.33 0 0.05 0.26
HSL 171.43º 0.32% 0.62% -
HSV(B) 171.43º 0.33% 0.74% -
XYZ 35.04 44.13 49.85 -
YUV 169.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 126 189 180 0.33 0 0.05 0.26 171.43 0.32 0.62
Hex 7E BD B4 21 0 5 1A AB 20 3E
Octal 176 275 264 41 0 5 32 253 40 76
Binary 1111110 10111101 10110100 100001 0 101 11010 10101011 100000 111110

Color Harmonies of #7EBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDB4

Black with #7EBDB4

Text Example


Text Example

White with #7EBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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