#6BD8B4

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

Shades of Medium Aquamarine #6BD8B4

Tints of Medium Aquamarine #6BD8B4

Color information

#6BD8B4 (or 0x6BD8B4) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D8 and B4. RGB value is (107,216,180). Sum of RGB (Red+Green+Blue) = 107+216+180=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD8B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD8B4 is #94274B. Grayscale: #B3B3B3. Windows color (decimal): -9709388 or 11851883. OLE color: 11851883.

HSL color Cylindrical-coordinate representation of color #6BD8B4: hue angle of 160.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD8B4 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB107216180-
CMYK0.5000.170.15
HSL160.18º58.29%63.33%-
HSV(B)160.18º50.46%84.71%-
XYZ38.8655.5351.85-
YUV179.3128.3976.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.27%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=21.27%
G=42.94%
B=35.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072161800.5000.170.15160.1858.2963.33
Hex6BD8B432011Fa03a3f
Octal15333026462021172407277
Binary11010111101100010110100110010010001111110100000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,216,180); }

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

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

 a { background-color: rgb(107,216,180); }

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

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

 span { border-color: rgb(107,216,180); }

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