Html Css Color HEX #7DBBB6 Monte Carlo

📋 copy color: '#7DBBB6'

red 125 ◦ green 187 ◦ blue 182

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

Shades of Monte Carlo #7DBBB6

Tints of Monte Carlo #7DBBB6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

 BLUE value IS 182 (71.48% from 255) = 36.84%

R = 25.3%
G = 37.85%
B = 36.84%

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

#7DBBB6 (or 0x7DBBB6) is known color: Monte Carlo. HEX triplet: 7D, BB and B6. RGB value is (125,187,182). Sum of RGB (Red+Green+Blue) = 125+187+182=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBB6 is #824449. Grayscale: #A7A7A7. Windows color (decimal): -8537162 or 11975549. OLE color: 11975549.

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

Color convert

RGB 125 187 182 -
CMYK 0.33 0 0.03 0.27
HSL 175.16º 0.31% 0.61% -
HSV(B) 175.16º 0.33% 0.73% -
XYZ 34.67 43.28 50.78 -
YUV 167.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 125 187 182 0.33 0 0.03 0.27 175.16 0.31 0.61
Hex 7D BB B6 21 0 3 1B AF 1F 3D
Octal 175 273 266 41 0 3 33 257 37 75
Binary 1111101 10111011 10110110 100001 0 11 11011 10101111 11111 111101

Color Harmonies of #7DBBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBB6

Black with #7DBBB6

Text Example


Text Example

White with #7DBBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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