Html Css Color HEX #7EBDB3 Monte Carlo

📋 copy color: '#7EBDB3'

red 126 ◦ green 189 ◦ blue 179

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

Shades of Monte Carlo #7EBDB3

Tints of Monte Carlo #7EBDB3

RGB

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

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

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

R = 25.51%
G = 38.26%
B = 36.23%

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

#7EBDB3 (or 0x7EBDB3) is known color: Monte Carlo. HEX triplet: 7E, BD and B3. RGB value is (126,189,179). Sum of RGB (Red+Green+Blue) = 126+189+179=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDB3 is #81424C. Grayscale: #A9A9A9. Windows color (decimal): -8471117 or 11779454. OLE color: 11779454.

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

Color convert

RGB 126 189 179 -
CMYK 0.33 0 0.05 0.26
HSL 170.48º 0.32% 0.62% -
HSV(B) 170.48º 0.33% 0.74% -
XYZ 34.94 44.09 49.32 -
YUV 169.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 126 189 179 0.33 0 0.05 0.26 170.48 0.32 0.62
Hex 7E BD B3 21 0 5 1A AA 20 3E
Octal 176 275 263 41 0 5 32 252 40 76
Binary 1111110 10111101 10110011 100001 0 101 11010 10101010 100000 111110

Color Harmonies of #7EBDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDB3

Black with #7EBDB3

Text Example


Text Example

White with #7EBDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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