#6BFFCE

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

Shades of Aquamarine #6BFFCE

Tints of Aquamarine #6BFFCE

Color information

#6BFFCE (or 0x6BFFCE) is unknown color: approx Aquamarine. HEX triplet: 6B, FF and CE. RGB value is (107,255,206). Sum of RGB (Red+Green+Blue) = 107+255+206=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFCE is #940031. Grayscale: #CDCDCD. Windows color (decimal): -9699378 or 13565803. OLE color: 13565803.

HSL color Cylindrical-coordinate representation of color #6BFFCE: hue angle of 160.14º 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 #6BFFCE is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB107255206-
CMYK0.5800.190
HSL160.14º100%70.98%-
HSV(B)160.14º58.04%100%-
XYZ52.9679.170.87-
YUV205.16128.4757.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.84%
GREEN value IS 255 (100% from 255) = 44.89%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=18.84%
G=44.89%
B=36.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072552060.5800.190160.1410070.98
Hex6BFFCE3A0130a06447
Octal153377316720230240144107
Binary1101011111111111100111011101001001101010000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,255,206); }

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

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

 a { background-color: rgb(107,255,206); }

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

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

 span { border-color: rgb(107,255,206); }

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