Html Css Color HEX #7DBCBA Monte Carlo

📋 copy color: '#7DBCBA'

red 125 ◦ green 188 ◦ blue 186

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

Shades of Monte Carlo #7DBCBA

Tints of Monte Carlo #7DBCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 25.05%
G = 37.68%
B = 37.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#7DBCBA (or 0x7DBCBA) is known color: Monte Carlo. HEX triplet: 7D, BC and BA. RGB value is (125,188,186). Sum of RGB (Red+Green+Blue) = 125+188+186=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCBA is #824345. Grayscale: #A8A8A8. Windows color (decimal): -8536902 or 12237949. OLE color: 12237949.

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

Color convert

RGB 125 188 186 -
CMYK 0.34 0 0.01 0.26
HSL 178.1º 0.32% 0.61% -
HSV(B) 178.1º 0.34% 0.74% -
XYZ 35.3 43.87 53.06 -
YUV 168.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 125 188 186 0.34 0 0.01 0.26 178.1 0.32 0.61
Hex 7D BC BA 22 0 1 1A B2 20 3D
Octal 175 274 272 42 0 1 32 262 40 75
Binary 1111101 10111100 10111010 100010 0 1 11010 10110010 100000 111101

Color Harmonies of #7DBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBCBA

Black with #7DBCBA

Text Example


Text Example

White with #7DBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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