Html Css Color HEX #7DBAB0 Monte Carlo

📋 copy color: '#7DBAB0'

red 125 ◦ green 186 ◦ blue 176

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

Shades of Monte Carlo #7DBAB0

Tints of Monte Carlo #7DBAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 25.67%
G = 38.19%
B = 36.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#7DBAB0 (or 0x7DBAB0) is known color: Monte Carlo. HEX triplet: 7D, BA and B0. RGB value is (125,186,176). Sum of RGB (Red+Green+Blue) = 125+186+176=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAB0 is #82454F. Grayscale: #A6A6A6. Windows color (decimal): -8537424 or 11582077. OLE color: 11582077.

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

Color convert

RGB 125 186 176 -
CMYK 0.33 0 0.05 0.27
HSL 170.16º 0.31% 0.61% -
HSV(B) 170.16º 0.33% 0.73% -
XYZ 33.85 42.61 47.52 -
YUV 166.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 125 186 176 0.33 0 0.05 0.27 170.16 0.31 0.61
Hex 7D BA B0 21 0 5 1B AA 1F 3D
Octal 175 272 260 41 0 5 33 252 37 75
Binary 1111101 10111010 10110000 100001 0 101 11011 10101010 11111 111101

Color Harmonies of #7DBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAB0

Black with #7DBAB0

Text Example


Text Example

White with #7DBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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