#6BDBAD

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

Shades of Medium Aquamarine #6BDBAD

Tints of Medium Aquamarine #6BDBAD

Color information

#6BDBAD (or 0x6BDBAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DB and AD. RGB value is (107,219,173). Sum of RGB (Red+Green+Blue) = 107+219+173=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBAD is #942452. Grayscale: #B4B4B4. Windows color (decimal): -9708627 or 11393899. OLE color: 11393899.

HSL color Cylindrical-coordinate representation of color #6BDBAD: hue angle of 155.36º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBAD is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB107219173-
CMYK0.5100.210.14
HSL155.36º60.87%63.92%-
HSV(B)155.36º51.14%85.88%-
XYZ38.9456.8148.45-
YUV180.27123.8975.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.44%
GREEN value IS 219 (85.94% from 255) = 43.89%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=21.44%
G=43.89%
B=34.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072191730.5100.210.14155.3660.8763.92
Hex6BDBAD33015E9b3d40
Octal153333255630251623375100
Binary110101111011011101011011100110101011110100110111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,219,173); }

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

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

 a { background-color: rgb(107,219,173); }

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

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

 span { border-color: rgb(107,219,173); }

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