Html Css Color HEX #7DC2B9 Monte Carlo

📋 copy color: '#7DC2B9'

red 125 ◦ green 194 ◦ blue 185

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

Shades of Monte Carlo #7DC2B9

Tints of Monte Carlo #7DC2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 24.8%
G = 38.49%
B = 36.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#7DC2B9 (or 0x7DC2B9) is known color: Monte Carlo. HEX triplet: 7D, C2 and B9. RGB value is (125,194,185). Sum of RGB (Red+Green+Blue) = 125+194+185=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC2B9 is #823D46. Grayscale: #ACACAC. Windows color (decimal): -8535367 or 12173949. OLE color: 12173949.

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

Color convert

RGB 125 194 185 -
CMYK 0.36 0 0.05 0.24
HSL 172.17º 0.36% 0.63% -
HSV(B) 172.17º 0.36% 0.76% -
XYZ 36.51 46.45 52.94 -
YUV 172.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 125 194 185 0.36 0 0.05 0.24 172.17 0.36 0.63
Hex 7D C2 B9 24 0 5 18 AC 24 3F
Octal 175 302 271 44 0 5 30 254 44 77
Binary 1111101 11000010 10111001 100100 0 101 11000 10101100 100100 111111

Color Harmonies of #7DC2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC2B9

Black with #7DC2B9

Text Example


Text Example

White with #7DC2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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