#6FCDA8

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

Shades of Medium Aquamarine #6FCDA8

Tints of Medium Aquamarine #6FCDA8

Color information

#6FCDA8 (or 0x6FCDA8) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CD and A8. RGB value is (111,205,168). Sum of RGB (Red+Green+Blue) = 111+205+168=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCDA8 is #903257. Grayscale: #ACACAC. Windows color (decimal): -9450072 or 11062639. OLE color: 11062639.

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

Color convert

RGB111205168-
CMYK0.4600.180.20
HSL156.38º48.45%61.96%-
HSV(B)156.38º45.85%80.39%-
XYZ35.4549.8744.8-
YUV172.68125.3684.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.93%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=22.93%
G=42.36%
B=34.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112051680.4600.180.20156.3848.4561.96
Hex6FCDA82E012149c303e
Octal15731525056022242346076
Binary110111111001101101010001011100100101010010011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,205,168); }

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

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

 a { background-color: rgb(111,205,168); }

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

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

 span { border-color: rgb(111,205,168); }

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