#6BFDC5

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

Shades of Aquamarine #6BFDC5

Tints of Aquamarine #6BFDC5

Color information

#6BFDC5 (or 0x6BFDC5) is unknown color: approx Aquamarine. HEX triplet: 6B, FD and C5. RGB value is (107,253,197). Sum of RGB (Red+Green+Blue) = 107+253+197=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDC5 is #94023A. Grayscale: #CBCBCB. Windows color (decimal): -9699899 or 12975467. OLE color: 12975467.

HSL color Cylindrical-coordinate representation of color #6BFDC5: hue angle of 156.99º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDC5 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB107253197-
CMYK0.5800.220.01
HSL156.99º97.33%70.59%-
HSV(B)156.99º57.71%99.22%-
XYZ51.2777.4165.06-
YUV202.96124.6359.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.21%
GREEN value IS 253 (99.22% from 255) = 45.42%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=19.21%
G=45.42%
B=35.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072531970.5800.220.01156.9997.3370.59
Hex6BFDC53A01619d6147
Octal153375305720261235141107
Binary1101011111111011100010111101001011011001110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,253,197); }

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

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

 a { background-color: rgb(107,253,197); }

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

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

 span { border-color: rgb(107,253,197); }

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