#6CF2BF

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

Shades of Aquamarine #6CF2BF

Tints of Aquamarine #6CF2BF

Color information

#6CF2BF (or 0x6CF2BF) is unknown color: approx Aquamarine. HEX triplet: 6C, F2 and BF. RGB value is (108,242,191). Sum of RGB (Red+Green+Blue) = 108+242+191=541 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.96% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2BF is #930D40. Grayscale: #C4C4C4. Windows color (decimal): -9637185 or 12579436. OLE color: 12579436.

HSL color Cylindrical-coordinate representation of color #6CF2BF: hue angle of 157.16º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF2BF is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB108242191-
CMYK0.5500.210.05
HSL157.16º83.75%68.63%-
HSV(B)157.16º55.37%94.9%-
XYZ47.3470.4560.39-
YUV196.12125.1165.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.96%
GREEN value IS 242 (94.92% from 255) = 44.73%
BLUE value IS 191 (75% from 255) = 35.30%
R=19.96%
G=44.73%
B=35.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082421910.5500.210.05157.1683.7568.63
Hex6CF2BF3701559d5445
Octal154362277670255235124105
Binary110110011110010101111111101110101011011001110110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,242,191); }

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

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

 a { background-color: rgb(108,242,191); }

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

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

 span { border-color: rgb(108,242,191); }

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