Html Css Color HEX #7EBDB2 Monte Carlo

📋 copy color: '#7EBDB2'

red 126 ◦ green 189 ◦ blue 178

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

Shades of Monte Carlo #7EBDB2

Tints of Monte Carlo #7EBDB2

RGB

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

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

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

R = 25.56%
G = 38.34%
B = 36.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#7EBDB2 (or 0x7EBDB2) is known color: Monte Carlo. HEX triplet: 7E, BD and B2. RGB value is (126,189,178). Sum of RGB (Red+Green+Blue) = 126+189+178=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBDB2 is #81424D. Grayscale: #A8A8A8. Windows color (decimal): -8471118 or 11713918. OLE color: 11713918.

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

Color convert

RGB 126 189 178 -
CMYK 0.33 0 0.06 0.26
HSL 169.52º 0.32% 0.62% -
HSV(B) 169.52º 0.33% 0.74% -
XYZ 34.84 44.05 48.78 -
YUV 168.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 126 189 178 0.33 0 0.06 0.26 169.52 0.32 0.62
Hex 7E BD B2 21 0 6 1A AA 20 3E
Octal 176 275 262 41 0 6 32 252 40 76
Binary 1111110 10111101 10110010 100001 0 110 11010 10101010 100000 111110

Color Harmonies of #7EBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDB2

Black with #7EBDB2

Text Example


Text Example

White with #7EBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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