Html Css Color HEX #7DC2B3 Monte Carlo

📋 copy color: '#7DC2B3'

red 125 ◦ green 194 ◦ blue 179

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

Shades of Monte Carlo #7DC2B3

Tints of Monte Carlo #7DC2B3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.96%

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

R = 25.1%
G = 38.96%
B = 35.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#7DC2B3 (or 0x7DC2B3) is known color: Monte Carlo. HEX triplet: 7D, C2 and B3. RGB value is (125,194,179). Sum of RGB (Red+Green+Blue) = 125+194+179=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC2B3 is #823D4C. Grayscale: #ABABAB. Windows color (decimal): -8535373 or 11780733. OLE color: 11780733.

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

Color convert

RGB 125 194 179 -
CMYK 0.36 0 0.08 0.24
HSL 166.96º 0.36% 0.63% -
HSV(B) 166.96º 0.36% 0.76% -
XYZ 35.89 46.2 49.67 -
YUV 171.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 125 194 179 0.36 0 0.08 0.24 166.96 0.36 0.63
Hex 7D C2 B3 24 0 8 18 A7 24 3F
Octal 175 302 263 44 0 10 30 247 44 77
Binary 1111101 11000010 10110011 100100 0 1000 11000 10100111 100100 111111

Color Harmonies of #7DC2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC2B3

Black with #7DC2B3

Text Example


Text Example

White with #7DC2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,179); }

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

background-color css

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

 a { background-color: rgb(125,194,179); }

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

border-color css

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

 span { border-color: rgb(125,194,179); }

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