#6BF9AF

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

Shades of Aquamarine #6BF9AF

Tints of Aquamarine #6BF9AF

Color information

#6BF9AF (or 0x6BF9AF) is unknown color: approx Aquamarine. HEX triplet: 6B, F9 and AF. RGB value is (107,249,175). Sum of RGB (Red+Green+Blue) = 107+249+175=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #6BF9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF9AF is #940650. Grayscale: #C6C6C6. Windows color (decimal): -9700945 or 11532651. OLE color: 11532651.

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

Color convert

RGB107249175-
CMYK0.5700.300.02
HSL148.73º92.21%69.8%-
HSV(B)148.73º57.03%97.65%-
XYZ47.6873.9752.32-
YUV198.11114.9663.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.15%
GREEN value IS 249 (97.66% from 255) = 46.89%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=20.15%
G=46.89%
B=32.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072491750.5700.300.02148.7392.2169.8
Hex6BF9AF3901E2955c46
Octal153371257710362225134106
Binary11010111111100110101111111001011110101001010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,249,175); }

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

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

 a { background-color: rgb(107,249,175); }

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

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

 span { border-color: rgb(107,249,175); }

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