#6DF2CA

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

Shades of Aquamarine #6DF2CA

Tints of Aquamarine #6DF2CA

Color information

#6DF2CA (or 0x6DF2CA) is unknown color: approx Aquamarine. HEX triplet: 6D, F2 and CA. RGB value is (109,242,202). Sum of RGB (Red+Green+Blue) = 109+242+202=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2CA is #920D35. Grayscale: #C5C5C5. Windows color (decimal): -9571638 or 13300333. OLE color: 13300333.

HSL color Cylindrical-coordinate representation of color #6DF2CA: hue angle of 161.95º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF2CA is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB109242202-
CMYK0.5500.170.05
HSL161.95º83.65%68.82%-
HSV(B)161.95º54.96%94.9%-
XYZ48.7271.0267.02-
YUV197.67130.4464.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.71%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=19.71%
G=43.76%
B=36.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092422020.5500.170.05161.9583.6568.82
Hex6DF2CA370115a25445
Octal155362312670215242124105
Binary110110111110010110010101101110100011011010001010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,242,202); }

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

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

 a { background-color: rgb(109,242,202); }

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

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

 span { border-color: rgb(109,242,202); }

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