Html Css Color HEX #7DBCAB Monte Carlo

📋 copy color: '#7DBCAB'

red 125 ◦ green 188 ◦ blue 171

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

Shades of Monte Carlo #7DBCAB

Tints of Monte Carlo #7DBCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

 BLUE value IS 171 (67.19% from 255) = 35.33%

R = 25.83%
G = 38.84%
B = 35.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#7DBCAB (or 0x7DBCAB) is known color: Monte Carlo. HEX triplet: 7D, BC and AB. RGB value is (125,188,171). Sum of RGB (Red+Green+Blue) = 125+188+171=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCAB is #824354. Grayscale: #A7A7A7. Windows color (decimal): -8536917 or 11254909. OLE color: 11254909.

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

Color convert

RGB 125 188 171 -
CMYK 0.34 0 0.09 0.26
HSL 163.81º 0.32% 0.61% -
HSV(B) 163.81º 0.34% 0.74% -
XYZ 33.79 43.27 45.1 -
YUV 167.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 125 188 171 0.34 0 0.09 0.26 163.81 0.32 0.61
Hex 7D BC AB 22 0 9 1A A4 20 3D
Octal 175 274 253 42 0 11 32 244 40 75
Binary 1111101 10111100 10101011 100010 0 1001 11010 10100100 100000 111101

Color Harmonies of #7DBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBCAB

Black with #7DBCAB

Text Example


Text Example

White with #7DBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,188,171); }

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

background-color css

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

 a { background-color: rgb(125,188,171); }

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

border-color css

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

 span { border-color: rgb(125,188,171); }

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