#6EF5B4

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

Shades of Aquamarine #6EF5B4

Tints of Aquamarine #6EF5B4

Color information

#6EF5B4 (or 0x6EF5B4) is unknown color: approx Aquamarine. HEX triplet: 6E, F5 and B4. RGB value is (110,245,180). Sum of RGB (Red+Green+Blue) = 110+245+180=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF5B4 is #910A4B. Grayscale: #C5C5C5. Windows color (decimal): -9505356 or 11859310. OLE color: 11859310.

HSL color Cylindrical-coordinate representation of color #6EF5B4: hue angle of 151.11º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF5B4 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB110245180-
CMYK0.5500.270.04
HSL151.11º87.1%69.61%-
HSV(B)151.11º55.1%96.08%-
XYZ47.3271.9254.57-
YUV197.22118.2765.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.56%
GREEN value IS 245 (96.09% from 255) = 45.79%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=20.56%
G=45.79%
B=33.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102451800.5500.270.04151.1187.169.61
Hex6EF5B43701B4975746
Octal156365264670334227127106
Binary110111011110101101101001101110110111001001011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,245,180); }

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

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

 a { background-color: rgb(110,245,180); }

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

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

 span { border-color: rgb(110,245,180); }

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