Html Css Color HEX #7DBBA9 Monte Carlo

📋 copy color: '#7DBBA9'

red 125 ◦ green 187 ◦ blue 169

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

Shades of Monte Carlo #7DBBA9

Tints of Monte Carlo #7DBBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.14%

R = 25.99%
G = 38.88%
B = 35.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#7DBBA9 (or 0x7DBBA9) is known color: Monte Carlo. HEX triplet: 7D, BB and A9. RGB value is (125,187,169). Sum of RGB (Red+Green+Blue) = 125+187+169=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBBA9 is #824456. Grayscale: #A6A6A6. Windows color (decimal): -8537175 or 11123581. OLE color: 11123581.

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

Color convert

RGB 125 187 169 -
CMYK 0.33 0 0.10 0.27
HSL 162.58º 0.31% 0.61% -
HSV(B) 162.58º 0.33% 0.73% -
XYZ 33.39 42.77 44.03 -
YUV 166.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 125 187 169 0.33 0 0.10 0.27 162.58 0.31 0.61
Hex 7D BB A9 21 0 A 1B A3 1F 3D
Octal 175 273 251 41 0 12 33 243 37 75
Binary 1111101 10111011 10101001 100001 0 1010 11011 10100011 11111 111101

Color Harmonies of #7DBBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBA9

Black with #7DBBA9

Text Example


Text Example

White with #7DBBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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