Html Css Color HEX #7DCBAC Monte Carlo

📋 copy color: '#7DCBAC'

red 125 ◦ green 203 ◦ blue 172

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

Shades of Monte Carlo #7DCBAC

Tints of Monte Carlo #7DCBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.6%

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 25%
G = 40.6%
B = 34.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#7DCBAC (or 0x7DCBAC) is known color: Monte Carlo. HEX triplet: 7D, CB and AC. RGB value is (125,203,172). Sum of RGB (Red+Green+Blue) = 125+203+172=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBAC is #823453. Grayscale: #B0B0B0. Windows color (decimal): -8533076 or 11324285. OLE color: 11324285.

HSL color Cylindrical-coordinate representation of color #7DCBAC: hue angle of 156.15º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBAC is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 172 -
CMYK 0.38 0 0.15 0.20
HSL 156.15º 0.43% 0.64% -
HSV(B) 156.15º 0.38% 0.8% -
XYZ 37.26 50.05 46.73 -
YUV 176.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 125 203 172 0.38 0 0.15 0.20 156.15 0.43 0.64
Hex 7D CB AC 26 0 F 14 9C 2B 40
Octal 175 313 254 46 0 17 24 234 53 100
Binary 1111101 11001011 10101100 100110 0 1111 10100 10011100 101011 1000000

Color Harmonies of #7DCBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBAC

Black with #7DCBAC

Text Example


Text Example

White with #7DCBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,203,172); }

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

background-color css

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

 a { background-color: rgb(125,203,172); }

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

border-color css

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

 span { border-color: rgb(125,203,172); }

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