#6AFDC4

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

Shades of Aquamarine #6AFDC4

Tints of Aquamarine #6AFDC4

Color information

#6AFDC4 (or 0x6AFDC4) is unknown color: approx Aquamarine. HEX triplet: 6A, FD and C4. RGB value is (106,253,196). Sum of RGB (Red+Green+Blue) = 106+253+196=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDC4 is #95023B. Grayscale: #CACACA. Windows color (decimal): -9765436 or 12909930. OLE color: 12909930.

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

Color convert

RGB106253196-
CMYK0.5800.230.01
HSL156.73º97.35%70.39%-
HSV(B)156.73º58.1%99.22%-
XYZ51.0377.364.46-
YUV202.55124.359.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.10%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=19.10%
G=45.59%
B=35.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531960.5800.230.01156.7397.3570.39
Hex6AFDC43A01719d6146
Octal152375304720271235141106
Binary1101010111111011100010011101001011111001110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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