#6BFDDA

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

Shades of Aquamarine #6BFDDA

Tints of Aquamarine #6BFDDA

Color information

#6BFDDA (or 0x6BFDDA) is unknown color: approx Aquamarine. HEX triplet: 6B, FD and DA. RGB value is (107,253,218). Sum of RGB (Red+Green+Blue) = 107+253+218=578 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.51% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDDA is #940225. Grayscale: #CDCDCD. Windows color (decimal): -9699878 or 14351723. OLE color: 14351723.

HSL color Cylindrical-coordinate representation of color #6BFDDA: hue angle of 165.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDDA is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB107253218-
CMYK0.5800.140.01
HSL165.62º97.33%70.59%-
HSV(B)165.62º57.71%99.22%-
XYZ53.8478.4478.63-
YUV205.36135.1357.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.51%
GREEN value IS 253 (99.22% from 255) = 43.77%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=18.51%
G=43.77%
B=37.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072532180.5800.140.01165.6297.3370.59
Hex6BFDDA3A0E1a66147
Octal153375332720161246141107
Binary110101111111101110110101110100111011010011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,253,218); }

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

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

 a { background-color: rgb(107,253,218); }

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

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

 span { border-color: rgb(107,253,218); }

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