#6AFBDD

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

Shades of Aquamarine #6AFBDD

Tints of Aquamarine #6AFBDD

Color information

#6AFBDD (or 0x6AFBDD) is unknown color: approx Aquamarine. HEX triplet: 6A, FB and DD. RGB value is (106,251,221). Sum of RGB (Red+Green+Blue) = 106+251+221=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBDD is #950422. Grayscale: #CCCCCC. Windows color (decimal): -9765923 or 14547818. OLE color: 14547818.

HSL color Cylindrical-coordinate representation of color #6AFBDD: hue angle of 167.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBDD is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB106251221-
CMYK0.5800.120.02
HSL167.59º94.77%70%-
HSV(B)167.59º57.77%98.43%-
XYZ53.4977.2880.5-
YUV204.22137.4657.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.34%
GREEN value IS 251 (98.44% from 255) = 43.43%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=18.34%
G=43.43%
B=38.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062512210.5800.120.02167.5994.7770
Hex6AFBDD3A0C2a85f46
Octal152373335720142250137106
Binary1101010111110111101110111101001100101010100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,221); }

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

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

 a { background-color: rgb(106,251,221); }

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

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

 span { border-color: rgb(106,251,221); }

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