#6CF8E2

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

Shades of Aquamarine #6CF8E2

Tints of Aquamarine #6CF8E2

Color information

#6CF8E2 (or 0x6CF8E2) is unknown color: approx Aquamarine. HEX triplet: 6C, F8 and E2. RGB value is (108,248,226). Sum of RGB (Red+Green+Blue) = 108+248+226=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #6CF8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF8E2 is #93071D. Grayscale: #CBCBCB. Windows color (decimal): -9635614 or 14874732. OLE color: 14874732.

HSL color Cylindrical-coordinate representation of color #6CF8E2: hue angle of 170.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF8E2 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB108248226-
CMYK0.5600.090.03
HSL170.57º90.91%69.8%-
HSV(B)170.57º56.45%97.25%-
XYZ53.4875.8183.77-
YUV203.63140.6259.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.56%
GREEN value IS 248 (97.27% from 255) = 42.61%
BLUE value IS 226 (88.67% from 255) = 38.83%
R=18.56%
G=42.61%
B=38.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1082482260.5600.090.03170.5790.9169.8
Hex6CF8E238093ab5b46
Octal154370342700113253133106
Binary1101100111110001110001011100001001111010101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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