#7DCBAF

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

Shades of Monte Carlo #7DCBAF

Tints of Monte Carlo #7DCBAF

Color information

#7DCBAF (or 0x7DCBAF) is unknown color: approx Monte Carlo. HEX triplet: 7D, CB and AF. RGB value is (125,203,175). Sum of RGB (Red+Green+Blue) = 125+203+175=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBAF is #823450. Grayscale: #B0B0B0. Windows color (decimal): -8533073 or 11520893. OLE color: 11520893.

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

Color convert

RGB125203175-
CMYK0.3800.140.20
HSL158.46º42.86%64.31%-
HSV(B)158.46º38.42%79.61%-
XYZ37.5550.1748.26-
YUV176.49127.1691.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=24.85%
G=40.36%
B=34.79%

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
Decimal1252031750.3800.140.20158.4642.8664.31
Hex7DCBAF260E149e2b40
Octal175313257460162423653100
Binary111110111001011101011111001100111010100100111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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