Html Css Color HEX #7DBAB4 Monte Carlo

📋 copy color: '#7DBAB4'

red 125 ◦ green 186 ◦ blue 180

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

Shades of Monte Carlo #7DBAB4

Tints of Monte Carlo #7DBAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 25.46%
G = 37.88%
B = 36.66%

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

#7DBAB4 (or 0x7DBAB4) is known color: Monte Carlo. HEX triplet: 7D, BA and B4. RGB value is (125,186,180). Sum of RGB (Red+Green+Blue) = 125+186+180=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBAB4 is #82454B. Grayscale: #A7A7A7. Windows color (decimal): -8537420 or 11844221. OLE color: 11844221.

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

Color convert

RGB 125 186 180 -
CMYK 0.33 0 0.03 0.27
HSL 174.1º 0.31% 0.61% -
HSV(B) 174.1º 0.33% 0.73% -
XYZ 34.25 42.77 49.63 -
YUV 167.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 125 186 180 0.33 0 0.03 0.27 174.1 0.31 0.61
Hex 7D BA B4 21 0 3 1B AE 1F 3D
Octal 175 272 264 41 0 3 33 256 37 75
Binary 1111101 10111010 10110100 100001 0 11 11011 10101110 11111 111101

Color Harmonies of #7DBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAB4

Black with #7DBAB4

Text Example


Text Example

White with #7DBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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