Html Css Color HEX #7DCAB9 Monte Carlo

📋 copy color: '#7DCAB9'

red 125 ◦ green 202 ◦ blue 185

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

Shades of Monte Carlo #7DCAB9

Tints of Monte Carlo #7DCAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.13%

R = 24.41%
G = 39.45%
B = 36.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#7DCAB9 (or 0x7DCAB9) is known color: Monte Carlo. HEX triplet: 7D, CA and B9. RGB value is (125,202,185). Sum of RGB (Red+Green+Blue) = 125+202+185=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAB9 is #823546. Grayscale: #B1B1B1. Windows color (decimal): -8533319 or 12175997. OLE color: 12175997.

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

Color convert

RGB 125 202 185 -
CMYK 0.38 0 0.08 0.21
HSL 166.75º 0.42% 0.64% -
HSV(B) 166.75º 0.38% 0.79% -
XYZ 38.33 50.1 53.55 -
YUV 177.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 125 202 185 0.38 0 0.08 0.21 166.75 0.42 0.64
Hex 7D CA B9 26 0 8 15 A7 2A 40
Octal 175 312 271 46 0 10 25 247 52 100
Binary 1111101 11001010 10111001 100110 0 1000 10101 10100111 101010 1000000

Color Harmonies of #7DCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCAB9

Black with #7DCAB9

Text Example


Text Example

White with #7DCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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