#6BFCD6

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

Shades of Aquamarine #6BFCD6

Tints of Aquamarine #6BFCD6

Color information

#6BFCD6 (or 0x6BFCD6) is unknown color: approx Aquamarine. HEX triplet: 6B, FC and D6. RGB value is (107,252,214). Sum of RGB (Red+Green+Blue) = 107+252+214=573 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.67% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCD6 is #940329. Grayscale: #CCCCCC. Windows color (decimal): -9700138 or 14089323. OLE color: 14089323.

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

Color convert

RGB107252214-
CMYK0.5800.150.01
HSL164.28º96.03%70.39%-
HSV(B)164.28º57.54%98.82%-
XYZ53.0177.675.8-
YUV204.31133.4658.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.67%
GREEN value IS 252 (98.83% from 255) = 43.98%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=18.67%
G=43.98%
B=37.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072522140.5800.150.01164.2896.0370.39
Hex6BFCD63A0F1a46046
Octal153374326720171244140106
Binary110101111111100110101101110100111111010010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,252,214); }

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

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

 a { background-color: rgb(107,252,214); }

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

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

 span { border-color: rgb(107,252,214); }

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