Html Css Color HEX #7DCAAA Monte Carlo

📋 copy color: '#7DCAAA'

red 125 ◦ green 202 ◦ blue 170

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

Shades of Monte Carlo #7DCAAA

Tints of Monte Carlo #7DCAAA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.64%

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

R = 25.15%
G = 40.64%
B = 34.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#7DCAAA (or 0x7DCAAA) is known color: Monte Carlo. HEX triplet: 7D, CA and AA. RGB value is (125,202,170). Sum of RGB (Red+Green+Blue) = 125+202+170=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCAAA is #823555. Grayscale: #AFAFAF. Windows color (decimal): -8533334 or 11192957. OLE color: 11192957.

HSL color Cylindrical-coordinate representation of color #7DCAAA: hue angle of 155.06º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCAAA is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 202 170 -
CMYK 0.38 0 0.16 0.21
HSL 155.06º 0.42% 0.64% -
HSV(B) 155.06º 0.38% 0.79% -
XYZ 36.83 49.5 45.64 -
YUV 175.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 125 202 170 0.38 0 0.16 0.21 155.06 0.42 0.64
Hex 7D CA AA 26 0 10 15 9B 2A 40
Octal 175 312 252 46 0 20 25 233 52 100
Binary 1111101 11001010 10101010 100110 0 10000 10101 10011011 101010 1000000

Color Harmonies of #7DCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCAAA

Black with #7DCAAA

Text Example


Text Example

White with #7DCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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