Html Css Color HEX #7DBDA6 Monte Carlo

📋 copy color: '#7DBDA6'

red 125 ◦ green 189 ◦ blue 166

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

Shades of Monte Carlo #7DBDA6

Tints of Monte Carlo #7DBDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.58%

R = 26.04%
G = 39.38%
B = 34.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#7DBDA6 (or 0x7DBDA6) is known color: Monte Carlo. HEX triplet: 7D, BD and A6. RGB value is (125,189,166). Sum of RGB (Red+Green+Blue) = 125+189+166=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBDA6 is #824259. Grayscale: #A7A7A7. Windows color (decimal): -8536666 or 10927485. OLE color: 10927485.

HSL color Cylindrical-coordinate representation of color #7DBDA6: hue angle of 158.44º 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 #7DBDA6 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 189 166 -
CMYK 0.34 0 0.12 0.26
HSL 158.44º 0.33% 0.62% -
HSV(B) 158.44º 0.34% 0.74% -
XYZ 33.54 43.51 42.71 -
YUV 167.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 125 189 166 0.34 0 0.12 0.26 158.44 0.33 0.62
Hex 7D BD A6 22 0 C 1A 9E 21 3E
Octal 175 275 246 42 0 14 32 236 41 76
Binary 1111101 10111101 10100110 100010 0 1100 11010 10011110 100001 111110

Color Harmonies of #7DBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDA6

Black with #7DBDA6

Text Example


Text Example

White with #7DBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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