#6BFAC0

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

Shades of Aquamarine #6BFAC0

Tints of Aquamarine #6BFAC0

Color information

#6BFAC0 (or 0x6BFAC0) is unknown color: approx Aquamarine. HEX triplet: 6B, FA and C0. RGB value is (107,250,192). Sum of RGB (Red+Green+Blue) = 107+250+192=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFAC0 is #94053F. Grayscale: #C8C8C8. Windows color (decimal): -9700672 or 12647019. OLE color: 12647019.

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

Color convert

RGB107250192-
CMYK0.5700.230.02
HSL155.66º93.46%70%-
HSV(B)155.66º57.2%98.04%-
XYZ49.7675.361.78-
YUV200.63123.1261.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.49%
GREEN value IS 250 (98.05% from 255) = 45.54%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=19.49%
G=45.54%
B=34.97%

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
Decimal1072501920.5700.230.02155.6693.4670
Hex6BFAC03901729c5d46
Octal153372300710272234135106
Binary11010111111101011000000111001010111101001110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,250,192); }

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

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

 a { background-color: rgb(107,250,192); }

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

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

 span { border-color: rgb(107,250,192); }

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