#6AF1CE

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

Shades of Aquamarine #6AF1CE

Tints of Aquamarine #6AF1CE

Color information

#6AF1CE (or 0x6AF1CE) is unknown color: approx Aquamarine. HEX triplet: 6A, F1 and CE. RGB value is (106,241,206). Sum of RGB (Red+Green+Blue) = 106+241+206=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1CE is #950E31. Grayscale: #C4C4C4. Windows color (decimal): -9768498 or 13562218. OLE color: 13562218.

HSL color Cylindrical-coordinate representation of color #6AF1CE: hue angle of 164.44º 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 #6AF1CE is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB106241206-
CMYK0.5600.150.05
HSL164.44º82.82%68.04%-
HSV(B)164.44º56.02%94.51%-
XYZ48.5470.4369.43-
YUV196.64133.2763.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.17%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=19.17%
G=43.58%
B=37.25%

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
Decimal1062412060.5600.150.05164.4482.8268.04
Hex6AF1CE380F5a45344
Octal152361316700175244123104
Binary11010101111000111001110111000011111011010010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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