#7DCBAE

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

Shades of Monte Carlo #7DCBAE

Tints of Monte Carlo #7DCBAE

Color information

#7DCBAE (or 0x7DCBAE) is unknown color: approx Monte Carlo. HEX triplet: 7D, CB and AE. RGB value is (125,203,174). Sum of RGB (Red+Green+Blue) = 125+203+174=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBAE is #823451. Grayscale: #B0B0B0. Windows color (decimal): -8533074 or 11455357. OLE color: 11455357.

HSL color Cylindrical-coordinate representation of color #7DCBAE: hue angle of 157.69º 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 #7DCBAE is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB125203174-
CMYK0.3800.140.20
HSL157.69º42.86%64.31%-
HSV(B)157.69º38.42%79.61%-
XYZ37.4550.1347.75-
YUV176.37126.6691.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.90%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=24.90%
G=40.44%
B=34.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252031740.3800.140.20157.6942.8664.31
Hex7DCBAE260E149e2b40
Octal175313256460162423653100
Binary111110111001011101011101001100111010100100111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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