Html Css Color HEX #7DC1AF Monte Carlo

📋 copy color: '#7DC1AF'

red 125 ◦ green 193 ◦ blue 175

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

Shades of Monte Carlo #7DC1AF

Tints of Monte Carlo #7DC1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

 BLUE value IS 175 (68.75% from 255) = 35.5%

R = 25.35%
G = 39.15%
B = 35.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#7DC1AF (or 0x7DC1AF) is known color: Monte Carlo. HEX triplet: 7D, C1 and AF. RGB value is (125,193,175). Sum of RGB (Red+Green+Blue) = 125+193+175=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC1AF is #823E50. Grayscale: #AAAAAA. Windows color (decimal): -8535633 or 11518333. OLE color: 11518333.

HSL color Cylindrical-coordinate representation of color #7DC1AF: hue angle of 164.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC1AF is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 175 -
CMYK 0.35 0 0.09 0.24
HSL 164.12º 0.35% 0.62% -
HSV(B) 164.12º 0.35% 0.76% -
XYZ 35.27 45.6 47.5 -
YUV 170.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 125 193 175 0.35 0 0.09 0.24 164.12 0.35 0.62
Hex 7D C1 AF 23 0 9 18 A4 23 3E
Octal 175 301 257 43 0 11 30 244 43 76
Binary 1111101 11000001 10101111 100011 0 1001 11000 10100100 100011 111110

Color Harmonies of #7DC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC1AF

Black with #7DC1AF

Text Example


Text Example

White with #7DC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,193,175); }

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

background-color css

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

 a { background-color: rgb(125,193,175); }

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

border-color css

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

 span { border-color: rgb(125,193,175); }

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