#65DAAB

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

Shades of Medium Aquamarine #65DAAB

Tints of Medium Aquamarine #65DAAB

Color information

#65DAAB (or 0x65DAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 65, DA and AB. RGB value is (101,218,171). Sum of RGB (Red+Green+Blue) = 101+218+171=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #65DAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DAAB is #9A2554. Grayscale: #B1B1B1. Windows color (decimal): -10102101 or 11262565. OLE color: 11262565.

HSL color Cylindrical-coordinate representation of color #65DAAB: hue angle of 155.9º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DAAB is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB101218171-
CMYK0.5400.220.15
HSL155.9º61.26%62.55%-
HSV(B)155.9º53.67%85.49%-
XYZ37.7955.8547.32-
YUV177.66124.2473.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.61%
GREEN value IS 218 (85.55% from 255) = 44.49%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=20.61%
G=44.49%
B=34.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012181710.5400.220.15155.961.2662.55
Hex65DAAB36016F9c3d3f
Octal14533225366026172347577
Binary11001011101101010101011110110010110111110011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65DAAB; }

 p { color: rgb(101,218,171); }

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

<style>
 a { background-color: #65DAAB; }

 a { background-color: rgb(101,218,171); }

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

<style>
 span { border-color: #65DAAB; }

 span { border-color: rgb(101,218,171); }

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