#6CFAA4

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

Shades of Medium Aquamarine #6CFAA4

Tints of Medium Aquamarine #6CFAA4

Color information

#6CFAA4 (or 0x6CFAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, FA and A4. RGB value is (108,250,164). Sum of RGB (Red+Green+Blue) = 108+250+164=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFAA4 is #93055B. Grayscale: #C5C5C5. Windows color (decimal): -9635164 or 10812012. OLE color: 10812012.

HSL color Cylindrical-coordinate representation of color #6CFAA4: hue angle of 143.66º 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 #6CFAA4 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB108250164-
CMYK0.5700.340.02
HSL143.66º93.42%70.2%-
HSV(B)143.66º56.8%98.04%-
XYZ47.0774.2446.97-
YUV197.74108.9663.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.69%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=20.69%
G=47.89%
B=31.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082501640.5700.340.02143.6693.4270.2
Hex6CFAA4390222905d46
Octal154372244710422220135106
Binary110110011111010101001001110010100010101001000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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