Html Css Color HEX #7DC3BB Monte Carlo

📋 copy color: '#7DC3BB'

red 125 ◦ green 195 ◦ blue 187

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

Shades of Monte Carlo #7DC3BB

Tints of Monte Carlo #7DC3BB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.46%

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 24.65%
G = 38.46%
B = 36.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#7DC3BB (or 0x7DC3BB) is known color: Monte Carlo. HEX triplet: 7D, C3 and BB. RGB value is (125,195,187). Sum of RGB (Red+Green+Blue) = 125+195+187=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC3BB is #823C44. Grayscale: #ADADAD. Windows color (decimal): -8535109 or 12305277. OLE color: 12305277.

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

Color convert

RGB 125 195 187 -
CMYK 0.36 0 0.04 0.24
HSL 173.14º 0.37% 0.63% -
HSV(B) 173.14º 0.36% 0.76% -
XYZ 36.94 46.98 54.13 -
YUV 173.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 125 195 187 0.36 0 0.04 0.24 173.14 0.37 0.63
Hex 7D C3 BB 24 0 4 18 AD 25 3F
Octal 175 303 273 44 0 4 30 255 45 77
Binary 1111101 11000011 10111011 100100 0 100 11000 10101101 100101 111111

Color Harmonies of #7DC3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC3BB

Black with #7DC3BB

Text Example


Text Example

White with #7DC3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,187); }

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

background-color css

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

 a { background-color: rgb(125,195,187); }

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

border-color css

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

 span { border-color: rgb(125,195,187); }

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