#6FF4C0

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

Shades of Aquamarine #6FF4C0

Tints of Aquamarine #6FF4C0

Color information

#6FF4C0 (or 0x6FF4C0) is unknown color: approx Aquamarine. HEX triplet: 6F, F4 and C0. RGB value is (111,244,192). Sum of RGB (Red+Green+Blue) = 111+244+192=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #6FF4C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF4C0 is #900B3F. Grayscale: #C6C6C6. Windows color (decimal): -9440064 or 12645487. OLE color: 12645487.

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

Color convert

RGB111244192-
CMYK0.5500.210.04
HSL156.54º85.81%69.61%-
HSV(B)156.54º54.51%95.69%-
XYZ48.4271.8961.19-
YUV198.3124.4465.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.29%
GREEN value IS 244 (95.70% from 255) = 44.61%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=20.29%
G=44.61%
B=35.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112441920.5500.210.04156.5485.8169.61
Hex6FF4C03701549d5646
Octal157364300670254235126106
Binary110111111110100110000001101110101011001001110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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