#6BFED8

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

Shades of Aquamarine #6BFED8

Tints of Aquamarine #6BFED8

Color information

#6BFED8 (or 0x6BFED8) is unknown color: approx Aquamarine. HEX triplet: 6B, FE and D8. RGB value is (107,254,216). Sum of RGB (Red+Green+Blue) = 107+254+216=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFED8 is #940127. Grayscale: #CDCDCD. Windows color (decimal): -9699624 or 14220907. OLE color: 14220907.

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

Color convert

RGB107254216-
CMYK0.5800.150.00
HSL164.49º98.66%70.78%-
HSV(B)164.49º57.87%99.61%-
XYZ53.978.9777.37-
YUV205.71133.857.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.54%
GREEN value IS 254 (99.61% from 255) = 44.02%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=18.54%
G=44.02%
B=37.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1072542160.5800.150.00164.4998.6670.78
Hex6BFED83A0F0a46347
Octal153376330720170244143107
Binary110101111111110110110001110100111101010010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,254,216); }

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

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

 a { background-color: rgb(107,254,216); }

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

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

 span { border-color: rgb(107,254,216); }

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