Html Css Color HEX #7DBAB5 Monte Carlo

📋 copy color: '#7DBAB5'

red 125 ◦ green 186 ◦ blue 181

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

Shades of Monte Carlo #7DBAB5

Tints of Monte Carlo #7DBAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.79%

R = 25.41%
G = 37.8%
B = 36.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#7DBAB5 (or 0x7DBAB5) is known color: Monte Carlo. HEX triplet: 7D, BA and B5. RGB value is (125,186,181). Sum of RGB (Red+Green+Blue) = 125+186+181=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBAB5 is #82454A. Grayscale: #A7A7A7. Windows color (decimal): -8537419 or 11909757. OLE color: 11909757.

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

Color convert

RGB 125 186 181 -
CMYK 0.33 0 0.03 0.27
HSL 175.08º 0.31% 0.61% -
HSV(B) 175.08º 0.33% 0.73% -
XYZ 34.36 42.81 50.17 -
YUV 167.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 125 186 181 0.33 0 0.03 0.27 175.08 0.31 0.61
Hex 7D BA B5 21 0 3 1B AF 1F 3D
Octal 175 272 265 41 0 3 33 257 37 75
Binary 1111101 10111010 10110101 100001 0 11 11011 10101111 11111 111101

Color Harmonies of #7DBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAB5

Black with #7DBAB5

Text Example


Text Example

White with #7DBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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