#6AFBBD

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

Shades of Aquamarine #6AFBBD

Tints of Aquamarine #6AFBBD

Color information

#6AFBBD (or 0x6AFBBD) is unknown color: approx Aquamarine. HEX triplet: 6A, FB and BD. RGB value is (106,251,189). Sum of RGB (Red+Green+Blue) = 106+251+189=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBBD is #950442. Grayscale: #C8C8C8. Windows color (decimal): -9765955 or 12450666. OLE color: 12450666.

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

Color convert

RGB106251189-
CMYK0.5800.250.02
HSL154.34º94.77%70%-
HSV(B)154.34º57.77%98.43%-
XYZ49.6375.7360.15-
YUV200.58121.4660.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.41%
GREEN value IS 251 (98.44% from 255) = 45.97%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=19.41%
G=45.97%
B=34.62%

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
Decimal1062511890.5800.250.02154.3494.7770
Hex6AFBBD3A01929a5f46
Octal152373275720312232137106
Binary11010101111101110111101111010011001101001101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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