#6AFDCD

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

Shades of Aquamarine #6AFDCD

Tints of Aquamarine #6AFDCD

Color information

#6AFDCD (or 0x6AFDCD) is unknown color: approx Aquamarine. HEX triplet: 6A, FD and CD. RGB value is (106,253,205). Sum of RGB (Red+Green+Blue) = 106+253+205=564 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.79% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDCD is #950232. Grayscale: #CBCBCB. Windows color (decimal): -9765427 or 13499754. OLE color: 13499754.

HSL color Cylindrical-coordinate representation of color #6AFDCD: hue angle of 160.41º 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 #6AFDCD is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB106253205-
CMYK0.5800.190.01
HSL160.41º97.35%70.39%-
HSV(B)160.41º58.1%99.22%-
XYZ52.0977.7270.01-
YUV203.58128.858.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.79%
GREEN value IS 253 (99.22% from 255) = 44.86%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=18.79%
G=44.86%
B=36.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062532050.5800.190.01160.4197.3570.39
Hex6AFDCD3A0131a06146
Octal152375315720231240141106
Binary1101010111111011100110111101001001111010000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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