#6AF09C

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

Shades of Medium Aquamarine #6AF09C

Tints of Medium Aquamarine #6AF09C

Color information

#6AF09C (or 0x6AF09C) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, F0 and 9C. RGB value is (106,240,156). Sum of RGB (Red+Green+Blue) = 106+240+156=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF09C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF09C is #950F63. Grayscale: #BEBEBE. Windows color (decimal): -9768804 or 10285162. OLE color: 10285162.

HSL color Cylindrical-coordinate representation of color #6AF09C: hue angle of 142.39º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF09C is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB106240156-
CMYK0.5600.350.06
HSL142.39º81.71%67.84%-
HSV(B)142.39º55.83%94.12%-
XYZ43.167.7842.26-
YUV190.36108.6167.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.12%
GREEN value IS 240 (94.14% from 255) = 47.81%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=21.12%
G=47.81%
B=31.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1062401560.5600.350.06142.3981.7167.84
Hex6AF09C3802368e5244
Octal152360234700436216122104
Binary1101010111100001001110011100001000111101000111010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,240,156); }

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

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

 a { background-color: rgb(106,240,156); }

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

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

 span { border-color: rgb(106,240,156); }

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