Html Css Color HEX #7DCDBA Monte Carlo

📋 copy color: '#7DCDBA'

red 125 ◦ green 205 ◦ blue 186

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

Shades of Monte Carlo #7DCDBA

Tints of Monte Carlo #7DCDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.73%

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 24.22%
G = 39.73%
B = 36.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#7DCDBA (or 0x7DCDBA) is known color: Monte Carlo. HEX triplet: 7D, CD and BA. RGB value is (125,205,186). Sum of RGB (Red+Green+Blue) = 125+205+186=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDBA is #823245. Grayscale: #B2B2B2. Windows color (decimal): -8532550 or 12242301. OLE color: 12242301.

HSL color Cylindrical-coordinate representation of color #7DCDBA: hue angle of 165.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDBA is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 186 -
CMYK 0.39 0 0.09 0.20
HSL 165.75º 0.44% 0.65% -
HSV(B) 165.75º 0.39% 0.8% -
XYZ 39.15 51.57 54.34 -
YUV 178.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 125 205 186 0.39 0 0.09 0.20 165.75 0.44 0.65
Hex 7D CD BA 27 0 9 14 A6 2C 41
Octal 175 315 272 47 0 11 24 246 54 101
Binary 1111101 11001101 10111010 100111 0 1001 10100 10100110 101100 1000001

Color Harmonies of #7DCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCDBA

Black with #7DCDBA

Text Example


Text Example

White with #7DCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,186); }

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

background-color css

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

 a { background-color: rgb(125,205,186); }

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

border-color css

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

 span { border-color: rgb(125,205,186); }

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