#6AF4CD

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

Shades of Aquamarine #6AF4CD

Tints of Aquamarine #6AF4CD

Color information

#6AF4CD (or 0x6AF4CD) is unknown color: approx Aquamarine. HEX triplet: 6A, F4 and CD. RGB value is (106,244,205). Sum of RGB (Red+Green+Blue) = 106+244+205=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF4CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF4CD is #950B32. Grayscale: #C6C6C6. Windows color (decimal): -9767731 or 13497450. OLE color: 13497450.

HSL color Cylindrical-coordinate representation of color #6AF4CD: hue angle of 163.04º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF4CD is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB106244205-
CMYK0.5700.160.04
HSL163.04º86.25%68.63%-
HSV(B)163.04º56.56%95.69%-
XYZ49.3172.1769.09-
YUV198.29131.7862.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.10%
GREEN value IS 244 (95.70% from 255) = 43.96%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=19.10%
G=43.96%
B=36.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1062442050.5700.160.04163.0486.2568.63
Hex6AF4CD390104a35645
Octal152364315710204243126105
Binary110101011110100110011011110010100001001010001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,244,205); }

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

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

 a { background-color: rgb(106,244,205); }

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

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

 span { border-color: rgb(106,244,205); }

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