#6CF7BD

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

Shades of Aquamarine #6CF7BD

Tints of Aquamarine #6CF7BD

Color information

#6CF7BD (or 0x6CF7BD) is unknown color: approx Aquamarine. HEX triplet: 6C, F7 and BD. RGB value is (108,247,189). Sum of RGB (Red+Green+Blue) = 108+247+189=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #6CF7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF7BD is #930842. Grayscale: #C6C6C6. Windows color (decimal): -9635907 or 12449644. OLE color: 12449644.

HSL color Cylindrical-coordinate representation of color #6CF7BD: hue angle of 154.96º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF7BD is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB108247189-
CMYK0.5600.230.03
HSL154.96º89.68%69.61%-
HSV(B)154.96º56.28%96.86%-
XYZ48.6373.3859.75-
YUV198.83122.4563.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.85%
GREEN value IS 247 (96.88% from 255) = 45.40%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=19.85%
G=45.40%
B=34.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1082471890.5600.230.03154.9689.6869.61
Hex6CF7BD3801739b5a46
Octal154367275700273233132106
Binary11011001111011110111101111000010111111001101110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,247,189); }

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

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

 a { background-color: rgb(108,247,189); }

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

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

 span { border-color: rgb(108,247,189); }

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