#6BFECA

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

Shades of Aquamarine #6BFECA

Tints of Aquamarine #6BFECA

Color information

#6BFECA (or 0x6BFECA) is unknown color: approx Aquamarine. HEX triplet: 6B, FE and CA. RGB value is (107,254,202). Sum of RGB (Red+Green+Blue) = 107+254+202=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFECA is #940135. Grayscale: #CCCCCC. Windows color (decimal): -9699638 or 13303403. OLE color: 13303403.

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

Color convert

RGB107254202-
CMYK0.5800.200.00
HSL158.78º98.66%70.78%-
HSV(B)158.78º57.87%99.61%-
XYZ52.1778.2768.24-
YUV204.12126.858.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.01%
GREEN value IS 254 (99.61% from 255) = 45.12%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=19.01%
G=45.12%
B=35.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1072542020.5800.200.00158.7898.6670.78
Hex6BFECA3A01409f6347
Octal153376312720240237143107
Binary1101011111111101100101011101001010001001111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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