Html Css Color HEX #7DBDA5 Monte Carlo

📋 copy color: '#7DBDA5'

red 125 ◦ green 189 ◦ blue 165

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

Shades of Monte Carlo #7DBDA5

Tints of Monte Carlo #7DBDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 165 (64.84% from 255) = 34.45%

R = 26.1%
G = 39.46%
B = 34.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#7DBDA5 (or 0x7DBDA5) is known color: Monte Carlo. HEX triplet: 7D, BD and A5. RGB value is (125,189,165). Sum of RGB (Red+Green+Blue) = 125+189+165=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBDA5 is #82425A. Grayscale: #A7A7A7. Windows color (decimal): -8536667 or 10861949. OLE color: 10861949.

HSL color Cylindrical-coordinate representation of color #7DBDA5: hue angle of 157.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBDA5 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 189 165 -
CMYK 0.34 0 0.13 0.26
HSL 157.5º 0.33% 0.62% -
HSV(B) 157.5º 0.34% 0.74% -
XYZ 33.45 43.47 42.23 -
YUV 167.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 125 189 165 0.34 0 0.13 0.26 157.5 0.33 0.62
Hex 7D BD A5 22 0 D 1A 9E 21 3E
Octal 175 275 245 42 0 15 32 236 41 76
Binary 1111101 10111101 10100101 100010 0 1101 11010 10011110 100001 111110

Color Harmonies of #7DBDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDA5

Black with #7DBDA5

Text Example


Text Example

White with #7DBDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,165); }

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

background-color css

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

 a { background-color: rgb(125,189,165); }

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

border-color css

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

 span { border-color: rgb(125,189,165); }

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