#6CC8B2

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

Shades of Medium Aquamarine #6CC8B2

Tints of Medium Aquamarine #6CC8B2

Color information

#6CC8B2 (or 0x6CC8B2) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, C8 and B2. RGB value is (108,200,178). Sum of RGB (Red+Green+Blue) = 108+200+178=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC8B2 is #93374D. Grayscale: #A9A9A9. Windows color (decimal): -9647950 or 11716716. OLE color: 11716716.

HSL color Cylindrical-coordinate representation of color #6CC8B2: hue angle of 165.65º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CC8B2 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB108200178-
CMYK0.4600.110.22
HSL165.65º45.54%60.39%-
HSV(B)165.65º46%78.43%-
XYZ34.8747.7149.49-
YUV169.98132.5283.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.22%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 178 (69.92% from 255) = 36.63%
R=22.22%
G=41.15%
B=36.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1082001780.4600.110.22165.6545.5460.39
Hex6CC8B22E0B16a62e3c
Octal15431026256013262465674
Binary11011001100100010110010101110010111011010100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,200,178); }

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

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

 a { background-color: rgb(108,200,178); }

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

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

 span { border-color: rgb(108,200,178); }

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