#6CF2D8

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

Shades of Aquamarine #6CF2D8

Tints of Aquamarine #6CF2D8

Color information

#6CF2D8 (or 0x6CF2D8) is unknown color: approx Aquamarine. HEX triplet: 6C, F2 and D8. RGB value is (108,242,216). Sum of RGB (Red+Green+Blue) = 108+242+216=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2D8 is #930D27. Grayscale: #C6C6C6. Windows color (decimal): -9637160 or 14217836. OLE color: 14217836.

HSL color Cylindrical-coordinate representation of color #6CF2D8: hue angle of 168.36º 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 #6CF2D8 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB108242216-
CMYK0.5500.110.05
HSL168.36º83.75%68.63%-
HSV(B)168.36º55.37%94.9%-
XYZ50.3371.6576.14-
YUV198.97137.6163.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.08%
GREEN value IS 242 (94.92% from 255) = 42.76%
BLUE value IS 216 (84.77% from 255) = 38.16%
R=19.08%
G=42.76%
B=38.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082422160.5500.110.05168.3683.7568.63
Hex6CF2D8370B5a85445
Octal154362330670135250124105
Binary11011001111001011011000110111010111011010100010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,242,216); }

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

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

 a { background-color: rgb(108,242,216); }

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

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

 span { border-color: rgb(108,242,216); }

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