#6CC4B5

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

Shades of Monte Carlo #6CC4B5

Tints of Monte Carlo #6CC4B5

Color information

#6CC4B5 (or 0x6CC4B5) is unknown color: approx Monte Carlo. HEX triplet: 6C, C4 and B5. RGB value is (108,196,181). Sum of RGB (Red+Green+Blue) = 108+196+181=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC4B5 is #933B4A. Grayscale: #A7A7A7. Windows color (decimal): -9648971 or 11912300. OLE color: 11912300.

HSL color Cylindrical-coordinate representation of color #6CC4B5: hue angle of 169.77º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC4B5 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB108196181-
CMYK0.4500.080.23
HSL169.77º42.72%59.61%-
HSV(B)169.77º44.9%76.86%-
XYZ34.264650.79-
YUV167.98135.3585.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.27%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=22.27%
G=40.41%
B=37.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1081961810.4500.080.23169.7742.7259.61
Hex6CC4B52D0817aa2b3c
Octal15430426555010272525374
Binary11011001100010010110101101101010001011110101010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CC4B5; }

 p { color: rgb(108,196,181); }

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

<style>
 a { background-color: #6CC4B5; }

 a { background-color: rgb(108,196,181); }

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

<style>
 span { border-color: #6CC4B5; }

 span { border-color: rgb(108,196,181); }

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