#6FF5C8

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

Shades of Aquamarine #6FF5C8

Tints of Aquamarine #6FF5C8

Color information

#6FF5C8 (or 0x6FF5C8) is unknown color: approx Aquamarine. HEX triplet: 6F, F5 and C8. RGB value is (111,245,200). Sum of RGB (Red+Green+Blue) = 111+245+200=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #6FF5C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF5C8 is #900A37. Grayscale: #C7C7C7. Windows color (decimal): -9439800 or 13170031. OLE color: 13170031.

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

Color convert

RGB111245200-
CMYK0.5500.180.04
HSL159.85º87.01%69.8%-
HSV(B)159.85º54.69%96.08%-
XYZ49.6372.8566.09-
YUV199.8128.1164.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.96%
GREEN value IS 245 (96.09% from 255) = 44.06%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=19.96%
G=44.06%
B=35.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112452000.5500.180.04159.8587.0169.8
Hex6FF5C8370124a05746
Octal157365310670224240127106
Binary110111111110101110010001101110100101001010000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,245,200); }

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

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

 a { background-color: rgb(111,245,200); }

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

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

 span { border-color: rgb(111,245,200); }

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