#7DCBB4

Color #7DCBB4 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #7DCBB4

Tints of Monte Carlo #7DCBB4

Color information

#7DCBB4 (or 0x7DCBB4) is unknown color: approx Monte Carlo. HEX triplet: 7D, CB and B4. RGB value is (125,203,180). Sum of RGB (Red+Green+Blue) = 125+203+180=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBB4 is #82344B. Grayscale: #B1B1B1. Windows color (decimal): -8533068 or 11848573. OLE color: 11848573.

HSL color Cylindrical-coordinate representation of color #7DCBB4: hue angle of 162.31º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBB4 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB125203180-
CMYK0.3800.110.20
HSL162.31º42.86%64.31%-
HSV(B)162.31º38.42%79.61%-
XYZ38.0550.3750.9-
YUV177.06129.6690.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.61%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=24.61%
G=39.96%
B=35.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252031800.3800.110.20162.3142.8664.31
Hex7DCBB4260B14a22b40
Octal175313264460132424253100
Binary111110111001011101101001001100101110100101000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DCBB4;
 }
 .AnyTagClassName
 {
   color: #7DCBB4;
 }
</style>
background-color css

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

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

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

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

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

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