Html Css Color HEX #7DBCBB Monte Carlo

📋 copy color: '#7DBCBB'

red 125 ◦ green 188 ◦ blue 187

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

Shades of Monte Carlo #7DBCBB

Tints of Monte Carlo #7DBCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 25%
G = 37.6%
B = 37.4%

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

#7DBCBB (or 0x7DBCBB) is known color: Monte Carlo. HEX triplet: 7D, BC and BB. RGB value is (125,188,187). Sum of RGB (Red+Green+Blue) = 125+188+187=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCBB is #824344. Grayscale: #A8A8A8. Windows color (decimal): -8536901 or 12303485. OLE color: 12303485.

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

Color convert

RGB 125 188 187 -
CMYK 0.34 0 0.01 0.26
HSL 179.05º 0.32% 0.61% -
HSV(B) 179.05º 0.34% 0.74% -
XYZ 35.41 43.91 53.62 -
YUV 169.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 125 188 187 0.34 0 0.01 0.26 179.05 0.32 0.61
Hex 7D BC BB 22 0 1 1A B3 20 3D
Octal 175 274 273 42 0 1 32 263 40 75
Binary 1111101 10111100 10111011 100010 0 1 11010 10110011 100000 111101

Color Harmonies of #7DBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBCBB

Black with #7DBCBB

Text Example


Text Example

White with #7DBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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