Html Css Color HEX #7ED0B3 Monte Carlo

📋 copy color: '#7ED0B3'

red 126 ◦ green 208 ◦ blue 179

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

Shades of Monte Carlo #7ED0B3

Tints of Monte Carlo #7ED0B3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

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

R = 24.56%
G = 40.55%
B = 34.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#7ED0B3 (or 0x7ED0B3) is known color: Monte Carlo. HEX triplet: 7E, D0 and B3. RGB value is (126,208,179). Sum of RGB (Red+Green+Blue) = 126+208+179=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0B3 is #812F4C. Grayscale: #B4B4B4. Windows color (decimal): -8466253 or 11784318. OLE color: 11784318.

HSL color Cylindrical-coordinate representation of color #7ED0B3: hue angle of 158.78º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0B3 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 179 -
CMYK 0.39 0 0.14 0.18
HSL 158.78º 0.47% 0.65% -
HSV(B) 158.78º 0.39% 0.82% -
XYZ 39.3 52.8 50.77 -
YUV 180.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 126 208 179 0.39 0 0.14 0.18 158.78 0.47 0.65
Hex 7E D0 B3 27 0 E 12 9F 2F 41
Octal 176 320 263 47 0 16 22 237 57 101
Binary 1111110 11010000 10110011 100111 0 1110 10010 10011111 101111 1000001

Color Harmonies of #7ED0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED0B3

Black with #7ED0B3

Text Example


Text Example

White with #7ED0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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