#6FF4D4

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

Shades of Aquamarine #6FF4D4

Tints of Aquamarine #6FF4D4

Color information

#6FF4D4 (or 0x6FF4D4) is unknown color: approx Aquamarine. HEX triplet: 6F, F4 and D4. RGB value is (111,244,212). Sum of RGB (Red+Green+Blue) = 111+244+212=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #6FF4D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF4D4 is #900B2B. Grayscale: #C8C8C8. Windows color (decimal): -9440044 or 13956207. OLE color: 13956207.

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

Color convert

RGB111244212-
CMYK0.5500.130.04
HSL165.56º85.81%69.61%-
HSV(B)165.56º54.51%95.69%-
XYZ50.7972.8373.67-
YUV200.58134.4464.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.58%
GREEN value IS 244 (95.70% from 255) = 43.03%
BLUE value IS 212 (83.20% from 255) = 37.39%
R=19.58%
G=43.03%
B=37.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112442120.5500.130.04165.5685.8169.61
Hex6FF4D4370D4a65646
Octal157364324670154246126106
Binary11011111111010011010100110111011011001010011010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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