#6EF5BC

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

Shades of Aquamarine #6EF5BC

Tints of Aquamarine #6EF5BC

Color information

#6EF5BC (or 0x6EF5BC) is unknown color: approx Aquamarine. HEX triplet: 6E, F5 and BC. RGB value is (110,245,188). Sum of RGB (Red+Green+Blue) = 110+245+188=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF5BC is #910A43. Grayscale: #C6C6C6. Windows color (decimal): -9505348 or 12383598. OLE color: 12383598.

HSL color Cylindrical-coordinate representation of color #6EF5BC: hue angle of 154.67º 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 #6EF5BC is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB110245188-
CMYK0.5500.230.04
HSL154.67º87.1%69.61%-
HSV(B)154.67º55.1%96.08%-
XYZ48.1672.2558.98-
YUV198.14122.2765.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.26%
GREEN value IS 245 (96.09% from 255) = 45.12%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=20.26%
G=45.12%
B=34.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102451880.5500.230.04154.6787.169.61
Hex6EF5BC3701749b5746
Octal156365274670274233127106
Binary110111011110101101111001101110101111001001101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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