#6AF1CD

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

Shades of Aquamarine #6AF1CD

Tints of Aquamarine #6AF1CD

Color information

#6AF1CD (or 0x6AF1CD) is unknown color: approx Aquamarine. HEX triplet: 6A, F1 and CD. RGB value is (106,241,205). Sum of RGB (Red+Green+Blue) = 106+241+205=552 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.20% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1CD is #950E32. Grayscale: #C4C4C4. Windows color (decimal): -9768499 or 13496682. OLE color: 13496682.

HSL color Cylindrical-coordinate representation of color #6AF1CD: hue angle of 164º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF1CD is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB106241205-
CMYK0.5600.150.05
HSL164º82.82%68.04%-
HSV(B)164º56.02%94.51%-
XYZ48.4270.3868.79-
YUV196.53132.7763.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.20%
GREEN value IS 241 (94.53% from 255) = 43.66%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=19.20%
G=43.66%
B=37.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062412050.5600.150.0516482.8268.04
Hex6AF1CD380F5a45344
Octal152361315700175244123104
Binary11010101111000111001101111000011111011010010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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