Html Css Color HEX #7DCAAB Monte Carlo

📋 copy color: '#7DCAAB'

red 125 ◦ green 202 ◦ blue 171

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

Shades of Monte Carlo #7DCAAB

Tints of Monte Carlo #7DCAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.34%

R = 25.1%
G = 40.56%
B = 34.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#7DCAAB (or 0x7DCAAB) is known color: Monte Carlo. HEX triplet: 7D, CA and AB. RGB value is (125,202,171). Sum of RGB (Red+Green+Blue) = 125+202+171=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCAAB is #823554. Grayscale: #AFAFAF. Windows color (decimal): -8533333 or 11258493. OLE color: 11258493.

HSL color Cylindrical-coordinate representation of color #7DCAAB: hue angle of 155.84º 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 #7DCAAB is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 202 171 -
CMYK 0.38 0 0.15 0.21
HSL 155.84º 0.42% 0.64% -
HSV(B) 155.84º 0.38% 0.79% -
XYZ 36.93 49.54 46.14 -
YUV 175.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 125 202 171 0.38 0 0.15 0.21 155.84 0.42 0.64
Hex 7D CA AB 26 0 F 15 9C 2A 40
Octal 175 312 253 46 0 17 25 234 52 100
Binary 1111101 11001010 10101011 100110 0 1111 10101 10011100 101010 1000000

Color Harmonies of #7DCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCAAB

Black with #7DCAAB

Text Example


Text Example

White with #7DCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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