#6CF9BF

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

Shades of Aquamarine #6CF9BF

Tints of Aquamarine #6CF9BF

Color information

#6CF9BF (or 0x6CF9BF) is unknown color: approx Aquamarine. HEX triplet: 6C, F9 and BF. RGB value is (108,249,191). Sum of RGB (Red+Green+Blue) = 108+249+191=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #6CF9BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF9BF is #930640. Grayscale: #C8C8C8. Windows color (decimal): -9635393 or 12581228. OLE color: 12581228.

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

Color convert

RGB108249191-
CMYK0.5700.230.02
HSL155.32º92.16%70%-
HSV(B)155.32º56.63%97.65%-
XYZ49.4674.761.1-
YUV200.23122.7962.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.71%
GREEN value IS 249 (97.66% from 255) = 45.44%
BLUE value IS 191 (75% from 255) = 34.85%
R=19.71%
G=45.44%
B=34.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082491910.5700.230.02155.3292.1670
Hex6CF9BF3901729b5c46
Octal154371277710272233134106
Binary11011001111100110111111111001010111101001101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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