#6BDEA6

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

Shades of Medium Aquamarine #6BDEA6

Tints of Medium Aquamarine #6BDEA6

Color information

#6BDEA6 (or 0x6BDEA6) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DE and A6. RGB value is (107,222,166). Sum of RGB (Red+Green+Blue) = 107+222+166=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDEA6 is #942159. Grayscale: #B5B5B5. Windows color (decimal): -9707866 or 10935915. OLE color: 10935915.

HSL color Cylindrical-coordinate representation of color #6BDEA6: hue angle of 150.78º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDEA6 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB107222166-
CMYK0.5200.250.13
HSL150.78º63.54%64.51%-
HSV(B)150.78º51.8%87.06%-
XYZ39.0758.1245.24-
YUV181.23119.475.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.62%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 166 (65.23% from 255) = 33.54%
R=21.62%
G=44.85%
B=33.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072221660.5200.250.13150.7863.5464.51
Hex6BDEA634019D974041
Octal1533362466403115227100101
Binary1101011110111101010011011010001100111011001011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,222,166); }

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

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

 a { background-color: rgb(107,222,166); }

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

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

 span { border-color: rgb(107,222,166); }

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