Html Css Color HEX #7EBBB2 Monte Carlo

📋 copy color: '#7EBBB2'

red 126 ◦ green 187 ◦ blue 178

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

Shades of Monte Carlo #7EBBB2

Tints of Monte Carlo #7EBBB2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

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

R = 25.66%
G = 38.09%
B = 36.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#7EBBB2 (or 0x7EBBB2) is known color: Monte Carlo. HEX triplet: 7E, BB and B2. RGB value is (126,187,178). Sum of RGB (Red+Green+Blue) = 126+187+178=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBB2 is #81444D. Grayscale: #A7A7A7. Windows color (decimal): -8471630 or 11713406. OLE color: 11713406.

HSL color Cylindrical-coordinate representation of color #7EBBB2: hue angle of 171.15º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBBB2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 187 178 -
CMYK 0.33 0 0.05 0.27
HSL 171.15º 0.31% 0.61% -
HSV(B) 171.15º 0.33% 0.73% -
XYZ 34.41 43.19 48.64 -
YUV 167.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 126 187 178 0.33 0 0.05 0.27 171.15 0.31 0.61
Hex 7E BB B2 21 0 5 1B AB 1F 3D
Octal 176 273 262 41 0 5 33 253 37 75
Binary 1111110 10111011 10110010 100001 0 101 11011 10101011 11111 111101

Color Harmonies of #7EBBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBBB2

Black with #7EBBB2

Text Example


Text Example

White with #7EBBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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