#6FEDCA

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

Shades of Aquamarine #6FEDCA

Tints of Aquamarine #6FEDCA

Color information

#6FEDCA (or 0x6FEDCA) is unknown color: approx Aquamarine. HEX triplet: 6F, ED and CA. RGB value is (111,237,202). Sum of RGB (Red+Green+Blue) = 111+237+202=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDCA is #901235. Grayscale: #C3C3C3. Windows color (decimal): -9441846 or 13299055. OLE color: 13299055.

HSL color Cylindrical-coordinate representation of color #6FEDCA: hue angle of 163.33º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDCA is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB111237202-
CMYK0.5300.150.07
HSL163.33º77.78%68.24%-
HSV(B)163.33º53.16%92.94%-
XYZ47.568.2166.54-
YUV195.34131.7667.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.18%
GREEN value IS 237 (92.97% from 255) = 43.09%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=20.18%
G=43.09%
B=36.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112372020.5300.150.07163.3377.7868.24
Hex6FEDCA350F7a34e44
Octal157355312650177243116104
Binary11011111110110111001010110101011111111010001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,237,202); }

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

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

 a { background-color: rgb(111,237,202); }

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

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

 span { border-color: rgb(111,237,202); }

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