Html Css Color HEX #7DC7BB Monte Carlo

📋 copy color: '#7DC7BB'

red 125 ◦ green 199 ◦ blue 187

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

Shades of Monte Carlo #7DC7BB

Tints of Monte Carlo #7DC7BB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.94%

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

R = 24.46%
G = 38.94%
B = 36.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#7DC7BB (or 0x7DC7BB) is known color: Monte Carlo. HEX triplet: 7D, C7 and BB. RGB value is (125,199,187). Sum of RGB (Red+Green+Blue) = 125+199+187=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC7BB is #823844. Grayscale: #AFAFAF. Windows color (decimal): -8534085 or 12306301. OLE color: 12306301.

HSL color Cylindrical-coordinate representation of color #7DC7BB: hue angle of 170.27º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC7BB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 199 187 -
CMYK 0.37 0 0.06 0.22
HSL 170.27º 0.4% 0.64% -
HSV(B) 170.27º 0.37% 0.78% -
XYZ 37.85 48.79 54.44 -
YUV 175.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 125 199 187 0.37 0 0.06 0.22 170.27 0.4 0.64
Hex 7D C7 BB 25 0 6 16 AA 28 40
Octal 175 307 273 45 0 6 26 252 50 100
Binary 1111101 11000111 10111011 100101 0 110 10110 10101010 101000 1000000

Color Harmonies of #7DC7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC7BB

Black with #7DC7BB

Text Example


Text Example

White with #7DC7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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