#6AEBD4

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

Shades of Aquamarine #6AEBD4

Tints of Aquamarine #6AEBD4

Color information

#6AEBD4 (or 0x6AEBD4) is unknown color: approx Aquamarine. HEX triplet: 6A, EB and D4. RGB value is (106,235,212). Sum of RGB (Red+Green+Blue) = 106+235+212=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBD4 is #95142B. Grayscale: #C1C1C1. Windows color (decimal): -9770028 or 13953898. OLE color: 13953898.

HSL color Cylindrical-coordinate representation of color #6AEBD4: hue angle of 169.3º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEBD4 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB106235212-
CMYK0.5500.100.08
HSL169.3º76.33%66.86%-
HSV(B)169.3º54.89%92.16%-
XYZ47.5467.2372.76-
YUV193.81138.2665.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.17%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 212 (83.20% from 255) = 38.34%
R=19.17%
G=42.50%
B=38.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062352120.5500.100.08169.376.3366.86
Hex6AEBD4370A8a94c43
Octal1523533246701210251114103
Binary110101011101011110101001101110101010001010100110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,235,212); }

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

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

 a { background-color: rgb(106,235,212); }

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

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

 span { border-color: rgb(106,235,212); }

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