Html Css Color HEX #7DCDAA Monte Carlo

📋 copy color: '#7DCDAA'

red 125 ◦ green 205 ◦ blue 170

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

Shades of Monte Carlo #7DCDAA

Tints of Monte Carlo #7DCDAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34%

R = 25%
G = 41%
B = 34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#7DCDAA (or 0x7DCDAA) is known color: Monte Carlo. HEX triplet: 7D, CD and AA. RGB value is (125,205,170). Sum of RGB (Red+Green+Blue) = 125+205+170=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDAA is #823255. Grayscale: #B1B1B1. Windows color (decimal): -8532566 or 11193725. OLE color: 11193725.

HSL color Cylindrical-coordinate representation of color #7DCDAA: hue angle of 153.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 #7DCDAA is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 170 -
CMYK 0.39 0 0.17 0.20
HSL 153.75º 0.44% 0.65% -
HSV(B) 153.75º 0.39% 0.8% -
XYZ 37.54 50.92 45.88 -
YUV 177.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 125 205 170 0.39 0 0.17 0.20 153.75 0.44 0.65
Hex 7D CD AA 27 0 11 14 9A 2C 41
Octal 175 315 252 47 0 21 24 232 54 101
Binary 1111101 11001101 10101010 100111 0 10001 10100 10011010 101100 1000001

Color Harmonies of #7DCDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCDAA

Black with #7DCDAA

Text Example


Text Example

White with #7DCDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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