Html Css Color HEX #7DC1B4 Monte Carlo

📋 copy color: '#7DC1B4'

red 125 ◦ green 193 ◦ blue 180

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

Shades of Monte Carlo #7DC1B4

Tints of Monte Carlo #7DC1B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.14%

R = 25.1%
G = 38.76%
B = 36.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#7DC1B4 (or 0x7DC1B4) is known color: Monte Carlo. HEX triplet: 7D, C1 and B4. RGB value is (125,193,180). Sum of RGB (Red+Green+Blue) = 125+193+180=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC1B4 is #823E4B. Grayscale: #ABABAB. Windows color (decimal): -8535628 or 11846013. OLE color: 11846013.

HSL color Cylindrical-coordinate representation of color #7DC1B4: hue angle of 168.53º 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 #7DC1B4 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 180 -
CMYK 0.35 0 0.07 0.24
HSL 168.53º 0.35% 0.62% -
HSV(B) 168.53º 0.35% 0.76% -
XYZ 35.77 45.8 50.13 -
YUV 171.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 125 193 180 0.35 0 0.07 0.24 168.53 0.35 0.62
Hex 7D C1 B4 23 0 7 18 A9 23 3E
Octal 175 301 264 43 0 7 30 251 43 76
Binary 1111101 11000001 10110100 100011 0 111 11000 10101001 100011 111110

Color Harmonies of #7DC1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC1B4

Black with #7DC1B4

Text Example


Text Example

White with #7DC1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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