Html Css Color HEX #7DC9B9 Monte Carlo

📋 copy color: '#7DC9B9'

red 125 ◦ green 201 ◦ blue 185

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

Shades of Monte Carlo #7DC9B9

Tints of Monte Carlo #7DC9B9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.33%

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

R = 24.46%
G = 39.33%
B = 36.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#7DC9B9 (or 0x7DC9B9) is known color: Monte Carlo. HEX triplet: 7D, C9 and B9. RGB value is (125,201,185). Sum of RGB (Red+Green+Blue) = 125+201+185=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC9B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC9B9 is #823646. Grayscale: #B0B0B0. Windows color (decimal): -8533575 or 12175741. OLE color: 12175741.

HSL color Cylindrical-coordinate representation of color #7DC9B9: hue angle of 167.37º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC9B9 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 185 -
CMYK 0.38 0 0.08 0.21
HSL 167.37º 0.41% 0.64% -
HSV(B) 167.37º 0.38% 0.79% -
XYZ 38.1 49.64 53.47 -
YUV 176.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 125 201 185 0.38 0 0.08 0.21 167.37 0.41 0.64
Hex 7D C9 B9 26 0 8 15 A7 29 40
Octal 175 311 271 46 0 10 25 247 51 100
Binary 1111101 11001001 10111001 100110 0 1000 10101 10100111 101001 1000000

Color Harmonies of #7DC9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC9B9

Black with #7DC9B9

Text Example


Text Example

White with #7DC9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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