#6AFECB

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

Shades of Aquamarine #6AFECB

Tints of Aquamarine #6AFECB

Color information

#6AFECB (or 0x6AFECB) is unknown color: approx Aquamarine. HEX triplet: 6A, FE and CB. RGB value is (106,254,203). Sum of RGB (Red+Green+Blue) = 106+254+203=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFECB is #950134. Grayscale: #CBCBCB. Windows color (decimal): -9765173 or 13368938. OLE color: 13368938.

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

Color convert

RGB106254203-
CMYK0.5800.200.00
HSL159.32º98.67%70.59%-
HSV(B)159.32º58.27%99.61%-
XYZ52.1778.2668.86-
YUV203.93127.4758.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.83%
GREEN value IS 254 (99.61% from 255) = 45.12%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=18.83%
G=45.12%
B=36.06%

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
Decimal1062542030.5800.200.00159.3298.6770.59
Hex6AFECB3A01409f6347
Octal152376313720240237143107
Binary1101010111111101100101111101001010001001111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,254,203); }

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

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

 a { background-color: rgb(106,254,203); }

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

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

 span { border-color: rgb(106,254,203); }

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