#6BCCA7

Color #6BCCA7 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6BCCA7

Tints of Medium Aquamarine #6BCCA7

Color information

#6BCCA7 (or 0x6BCCA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CC and A7. RGB value is (107,204,167). Sum of RGB (Red+Green+Blue) = 107+204+167=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCCA7 is #943358. Grayscale: #AAAAAA. Windows color (decimal): -9712473 or 10996843. OLE color: 10996843.

HSL color Cylindrical-coordinate representation of color #6BCCA7: hue angle of 157.11º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCA7 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB107204167-
CMYK0.4800.180.2
HSL157.11º48.74%60.98%-
HSV(B)157.11º47.55%80%-
XYZ34.6349.144.21-
YUV170.78125.8682.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.38%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=22.38%
G=42.68%
B=34.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1072041670.4800.180.2157.1148.7460.98
Hex6BCCA730012149d313d
Octal15331424760022242356175
Binary110101111001100101001111100000100101010010011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,204,167); }

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

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

 a { background-color: rgb(107,204,167); }

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

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

 span { border-color: rgb(107,204,167); }

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