Html Css Color HEX #7DBAB7 Monte Carlo

📋 copy color: '#7DBAB7'

red 125 ◦ green 186 ◦ blue 183

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

Shades of Monte Carlo #7DBAB7

Tints of Monte Carlo #7DBAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 25.3%
G = 37.65%
B = 37.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#7DBAB7 (or 0x7DBAB7) is known color: Monte Carlo. HEX triplet: 7D, BA and B7. RGB value is (125,186,183). Sum of RGB (Red+Green+Blue) = 125+186+183=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBAB7 is #824548. Grayscale: #A7A7A7. Windows color (decimal): -8537417 or 12040829. OLE color: 12040829.

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

Color convert

RGB 125 186 183 -
CMYK 0.33 0 0.02 0.27
HSL 177.05º 0.31% 0.61% -
HSV(B) 177.05º 0.33% 0.73% -
XYZ 34.56 42.9 51.26 -
YUV 167.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 125 186 183 0.33 0 0.02 0.27 177.05 0.31 0.61
Hex 7D BA B7 21 0 2 1B B1 1F 3D
Octal 175 272 267 41 0 2 33 261 37 75
Binary 1111101 10111010 10110111 100001 0 10 11011 10110001 11111 111101

Color Harmonies of #7DBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAB7

Black with #7DBAB7

Text Example


Text Example

White with #7DBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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