Html Css Color HEX #7DBAAC Monte Carlo

📋 copy color: '#7DBAAC'

red 125 ◦ green 186 ◦ blue 172

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

Shades of Monte Carlo #7DBAAC

Tints of Monte Carlo #7DBAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.51%

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

R = 25.88%
G = 38.51%
B = 35.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#7DBAAC (or 0x7DBAAC) is known color: Monte Carlo. HEX triplet: 7D, BA and AC. RGB value is (125,186,172). Sum of RGB (Red+Green+Blue) = 125+186+172=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAAC is #824553. Grayscale: #A6A6A6. Windows color (decimal): -8537428 or 11319933. OLE color: 11319933.

HSL color Cylindrical-coordinate representation of color #7DBAAC: hue angle of 166.23º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBAAC is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 172 -
CMYK 0.33 0 0.08 0.27
HSL 166.23º 0.31% 0.61% -
HSV(B) 166.23º 0.33% 0.73% -
XYZ 33.46 42.46 45.46 -
YUV 166.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 125 186 172 0.33 0 0.08 0.27 166.23 0.31 0.61
Hex 7D BA AC 21 0 8 1B A6 1F 3D
Octal 175 272 254 41 0 10 33 246 37 75
Binary 1111101 10111010 10101100 100001 0 1000 11011 10100110 11111 111101

Color Harmonies of #7DBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAAC

Black with #7DBAAC

Text Example


Text Example

White with #7DBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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