#6AFDC9

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

Shades of Aquamarine #6AFDC9

Tints of Aquamarine #6AFDC9

Color information

#6AFDC9 (or 0x6AFDC9) is unknown color: approx Aquamarine. HEX triplet: 6A, FD and C9. RGB value is (106,253,201). Sum of RGB (Red+Green+Blue) = 106+253+201=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDC9 is #950236. Grayscale: #CBCBCB. Windows color (decimal): -9765431 or 13237610. OLE color: 13237610.

HSL color Cylindrical-coordinate representation of color #6AFDC9: hue angle of 158.78º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDC9 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB106253201-
CMYK0.5800.210.01
HSL158.78º97.35%70.39%-
HSV(B)158.78º58.1%99.22%-
XYZ51.6177.5367.5-
YUV203.12126.858.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.93%
GREEN value IS 253 (99.22% from 255) = 45.18%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=18.93%
G=45.18%
B=35.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062532010.5800.210.01158.7897.3570.39
Hex6AFDC93A01519f6146
Octal152375311720251237141106
Binary1101010111111011100100111101001010111001111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,253,201); }

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

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

 a { background-color: rgb(106,253,201); }

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

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

 span { border-color: rgb(106,253,201); }

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