#6EFFCA

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

Shades of Aquamarine #6EFFCA

Tints of Aquamarine #6EFFCA

Color information

#6EFFCA (or 0x6EFFCA) is unknown color: approx Aquamarine. HEX triplet: 6E, FF and CA. RGB value is (110,255,202). Sum of RGB (Red+Green+Blue) = 110+255+202=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFCA is #910035. Grayscale: #CDCDCD. Windows color (decimal): -9502774 or 13303662. OLE color: 13303662.

HSL color Cylindrical-coordinate representation of color #6EFFCA: hue angle of 158.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFCA is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB110255202-
CMYK0.5700.210
HSL158.07º100%71.57%-
HSV(B)158.07º56.86%100%-
XYZ52.8579.168.36-
YUV205.6125.9659.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.40%
GREEN value IS 255 (100% from 255) = 44.97%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=19.40%
G=44.97%
B=35.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1102552020.5700.210158.0710071.57
Hex6EFFCA3901509e6448
Octal156377312710250236144110
Binary1101110111111111100101011100101010101001111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,255,202); }

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

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

 a { background-color: rgb(110,255,202); }

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

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

 span { border-color: rgb(110,255,202); }

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