#6CFFCA

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

Shades of Aquamarine #6CFFCA

Tints of Aquamarine #6CFFCA

Color information

#6CFFCA (or 0x6CFFCA) is unknown color: approx Aquamarine. HEX triplet: 6C, FF and CA. RGB value is (108,255,202). Sum of RGB (Red+Green+Blue) = 108+255+202=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFFCA is #930035. Grayscale: #CDCDCD. Windows color (decimal): -9633846 or 13303660. OLE color: 13303660.

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

Color convert

RGB108255202-
CMYK0.5800.210
HSL158.37º100%71.18%-
HSV(B)158.37º57.65%100%-
XYZ52.6178.9768.35-
YUV205126.358.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.12%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=19.12%
G=45.13%
B=35.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082552020.5800.210158.3710071.18
Hex6CFFCA3A01509e6447
Octal154377312720250236144107
Binary1101100111111111100101011101001010101001111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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