#6AFBBB

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

Shades of Aquamarine #6AFBBB

Tints of Aquamarine #6AFBBB

Color information

#6AFBBB (or 0x6AFBBB) is unknown color: approx Aquamarine. HEX triplet: 6A, FB and BB. RGB value is (106,251,187). Sum of RGB (Red+Green+Blue) = 106+251+187=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBBB is #950444. Grayscale: #C8C8C8. Windows color (decimal): -9765957 or 12319594. OLE color: 12319594.

HSL color Cylindrical-coordinate representation of color #6AFBBB: hue angle of 153.52º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBBB is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB106251187-
CMYK0.5800.250.02
HSL153.52º94.77%70%-
HSV(B)153.52º57.77%98.43%-
XYZ49.4175.6559.01-
YUV200.35120.4660.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.49%
GREEN value IS 251 (98.44% from 255) = 46.14%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=19.49%
G=46.14%
B=34.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062511870.5800.250.02153.5294.7770
Hex6AFBBB3A01929a5f46
Octal152373273720312232137106
Binary11010101111101110111011111010011001101001101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,187); }

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

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

 a { background-color: rgb(106,251,187); }

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

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

 span { border-color: rgb(106,251,187); }

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