#6CF4C0

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

Shades of Aquamarine #6CF4C0

Tints of Aquamarine #6CF4C0

Color information

#6CF4C0 (or 0x6CF4C0) is unknown color: approx Aquamarine. HEX triplet: 6C, F4 and C0. RGB value is (108,244,192). Sum of RGB (Red+Green+Blue) = 108+244+192=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #6CF4C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF4C0 is #930B3F. Grayscale: #C5C5C5. Windows color (decimal): -9636672 or 12645484. OLE color: 12645484.

HSL color Cylindrical-coordinate representation of color #6CF4C0: hue angle of 157.06º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF4C0 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB108244192-
CMYK0.5600.210.04
HSL157.06º86.08%69.02%-
HSV(B)157.06º55.74%95.69%-
XYZ48.0571.761.18-
YUV197.41124.9464.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.85%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=19.85%
G=44.85%
B=35.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082441920.5600.210.04157.0686.0869.02
Hex6CF4C03801549d5645
Octal154364300700254235126105
Binary110110011110100110000001110000101011001001110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,244,192); }

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

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

 a { background-color: rgb(108,244,192); }

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

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

 span { border-color: rgb(108,244,192); }

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