Html Css Color HEX #7DC8A6 Monte Carlo

📋 copy color: '#7DC8A6'

red 125 ◦ green 200 ◦ blue 166

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

Shades of Monte Carlo #7DC8A6

Tints of Monte Carlo #7DC8A6

RGB

 RED value IS 125 (49.22% from 255) = 25.46%

 GREEN value IS 200 (78.52% from 255) = 40.73%

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 25.46%
G = 40.73%
B = 33.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#7DC8A6 (or 0x7DC8A6) is known color: Monte Carlo. HEX triplet: 7D, C8 and A6. RGB value is (125,200,166). Sum of RGB (Red+Green+Blue) = 125+200+166=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC8A6 is #823759. Grayscale: #ADADAD. Windows color (decimal): -8533850 or 10930301. OLE color: 10930301.

HSL color Cylindrical-coordinate representation of color #7DC8A6: hue angle of 152.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC8A6 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 200 166 -
CMYK 0.38 0 0.17 0.22
HSL 152.8º 0.41% 0.64% -
HSV(B) 152.8º 0.38% 0.78% -
XYZ 35.99 48.42 43.53 -
YUV 173.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 125 200 166 0.38 0 0.17 0.22 152.8 0.41 0.64
Hex 7D C8 A6 26 0 11 16 99 29 40
Octal 175 310 246 46 0 21 26 231 51 100
Binary 1111101 11001000 10100110 100110 0 10001 10110 10011001 101001 1000000

Color Harmonies of #7DC8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC8A6

Black with #7DC8A6

Text Example


Text Example

White with #7DC8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,200,166); }

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

background-color css

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

 a { background-color: rgb(125,200,166); }

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

border-color css

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

 span { border-color: rgb(125,200,166); }

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