Html Css Color HEX #7DBBAC Monte Carlo

📋 copy color: '#7DBBAC'

red 125 ◦ green 187 ◦ blue 172

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

Shades of Monte Carlo #7DBBAC

Tints of Monte Carlo #7DBBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.64%

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

R = 25.83%
G = 38.64%
B = 35.54%

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

#7DBBAC (or 0x7DBBAC) is known color: Monte Carlo. HEX triplet: 7D, BB and AC. RGB value is (125,187,172). Sum of RGB (Red+Green+Blue) = 125+187+172=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBBAC is #824453. Grayscale: #A6A6A6. Windows color (decimal): -8537172 or 11320189. OLE color: 11320189.

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

Color convert

RGB 125 187 172 -
CMYK 0.33 0 0.08 0.27
HSL 165.48º 0.31% 0.61% -
HSV(B) 165.48º 0.33% 0.73% -
XYZ 33.67 42.88 45.53 -
YUV 166.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 125 187 172 0.33 0 0.08 0.27 165.48 0.31 0.61
Hex 7D BB AC 21 0 8 1B A5 1F 3D
Octal 175 273 254 41 0 10 33 245 37 75
Binary 1111101 10111011 10101100 100001 0 1000 11011 10100101 11111 111101

Color Harmonies of #7DBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBAC

Black with #7DBBAC

Text Example


Text Example

White with #7DBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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