#6FF4BE

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

Shades of Aquamarine #6FF4BE

Tints of Aquamarine #6FF4BE

Color information

#6FF4BE (or 0x6FF4BE) is unknown color: approx Aquamarine. HEX triplet: 6F, F4 and BE. RGB value is (111,244,190). Sum of RGB (Red+Green+Blue) = 111+244+190=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #6FF4BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF4BE is #900B41. Grayscale: #C6C6C6. Windows color (decimal): -9440066 or 12514415. OLE color: 12514415.

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

Color convert

RGB111244190-
CMYK0.5500.220.04
HSL155.64º85.81%69.61%-
HSV(B)155.64º54.51%95.69%-
XYZ48.271.860.03-
YUV198.08123.4465.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.37%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=20.37%
G=44.77%
B=34.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112441900.5500.220.04155.6485.8169.61
Hex6FF4BE3701649c5646
Octal157364276670264234126106
Binary110111111110100101111101101110101101001001110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,244,190); }

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

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

 a { background-color: rgb(111,244,190); }

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

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

 span { border-color: rgb(111,244,190); }

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