Html Css Color HEX #7DC1BB Monte Carlo

📋 copy color: '#7DC1BB'

red 125 ◦ green 193 ◦ blue 187

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

Shades of Monte Carlo #7DC1BB

Tints of Monte Carlo #7DC1BB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.22%

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

R = 24.75%
G = 38.22%
B = 37.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#7DC1BB (or 0x7DC1BB) is known color: Monte Carlo. HEX triplet: 7D, C1 and BB. RGB value is (125,193,187). Sum of RGB (Red+Green+Blue) = 125+193+187=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC1BB is #823E44. Grayscale: #ABABAB. Windows color (decimal): -8535621 or 12304765. OLE color: 12304765.

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

Color convert

RGB 125 193 187 -
CMYK 0.35 0 0.03 0.24
HSL 174.71º 0.35% 0.62% -
HSV(B) 174.71º 0.35% 0.76% -
XYZ 36.5 46.09 53.99 -
YUV 171.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 125 193 187 0.35 0 0.03 0.24 174.71 0.35 0.62
Hex 7D C1 BB 23 0 3 18 AF 23 3E
Octal 175 301 273 43 0 3 30 257 43 76
Binary 1111101 11000001 10111011 100011 0 11 11000 10101111 100011 111110

Color Harmonies of #7DC1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC1BB

Black with #7DC1BB

Text Example


Text Example

White with #7DC1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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