#6CFFE2

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

Shades of Aquamarine #6CFFE2

Tints of Aquamarine #6CFFE2

Color information

#6CFFE2 (or 0x6CFFE2) is unknown color: approx Aquamarine. HEX triplet: 6C, FF and E2. RGB value is (108,255,226). Sum of RGB (Red+Green+Blue) = 108+255+226=589 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.34% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFFE2 is #93001D. Grayscale: #CFCFCF. Windows color (decimal): -9633822 or 14876524. OLE color: 14876524.

HSL color Cylindrical-coordinate representation of color #6CFFE2: hue angle of 168.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFE2 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB108255226-
CMYK0.5800.110
HSL168.16º100%71.18%-
HSV(B)168.16º57.65%100%-
XYZ55.6780.284.5-
YUV207.74138.356.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.34%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 226 (88.67% from 255) = 38.37%
R=18.34%
G=43.29%
B=38.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082552260.5800.110168.1610071.18
Hex6CFFE23A0B0a86447
Octal154377342720130250144107
Binary110110011111111111000101110100101101010100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,255,226); }

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

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

 a { background-color: rgb(108,255,226); }

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

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

 span { border-color: rgb(108,255,226); }

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