Html Css Color HEX #7DC6AC Monte Carlo

📋 copy color: '#7DC6AC'

red 125 ◦ green 198 ◦ blue 172

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

Shades of Monte Carlo #7DC6AC

Tints of Monte Carlo #7DC6AC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40%

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 25.25%
G = 40%
B = 34.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#7DC6AC (or 0x7DC6AC) is known color: Monte Carlo. HEX triplet: 7D, C6 and AC. RGB value is (125,198,172). Sum of RGB (Red+Green+Blue) = 125+198+172=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC6AC is #823953. Grayscale: #ADADAD. Windows color (decimal): -8534356 or 11323005. OLE color: 11323005.

HSL color Cylindrical-coordinate representation of color #7DC6AC: hue angle of 158.63º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC6AC is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 198 172 -
CMYK 0.37 0 0.13 0.22
HSL 158.63º 0.39% 0.63% -
HSV(B) 158.63º 0.37% 0.78% -
XYZ 36.1 47.73 46.34 -
YUV 173.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 125 198 172 0.37 0 0.13 0.22 158.63 0.39 0.63
Hex 7D C6 AC 25 0 D 16 9F 27 3F
Octal 175 306 254 45 0 15 26 237 47 77
Binary 1111101 11000110 10101100 100101 0 1101 10110 10011111 100111 111111

Color Harmonies of #7DC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC6AC

Black with #7DC6AC

Text Example


Text Example

White with #7DC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,172); }

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

background-color css

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

 a { background-color: rgb(125,198,172); }

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

border-color css

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

 span { border-color: rgb(125,198,172); }

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