#6CFADC

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

Shades of Aquamarine #6CFADC

Tints of Aquamarine #6CFADC

Color information

#6CFADC (or 0x6CFADC) is unknown color: approx Aquamarine. HEX triplet: 6C, FA and DC. RGB value is (108,250,220). Sum of RGB (Red+Green+Blue) = 108+250+220=578 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.69% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFADC is #930523. Grayscale: #CCCCCC. Windows color (decimal): -9635108 or 14482028. OLE color: 14482028.

HSL color Cylindrical-coordinate representation of color #6CFADC: hue angle of 167.32º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFADC is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB108250220-
CMYK0.5700.120.02
HSL167.32º93.42%70.2%-
HSV(B)167.32º56.8%98.04%-
XYZ53.2976.7379.71-
YUV204.12136.9659.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.69%
GREEN value IS 250 (98.05% from 255) = 43.25%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=18.69%
G=43.25%
B=38.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082502200.5700.120.02167.3293.4270.2
Hex6CFADC390C2a75d46
Octal154372334710142247135106
Binary1101100111110101101110011100101100101010011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,250,220); }

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

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

 a { background-color: rgb(108,250,220); }

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

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

 span { border-color: rgb(108,250,220); }

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