#65DFB4

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

Shades of Medium Aquamarine #65DFB4

Tints of Medium Aquamarine #65DFB4

Color information

#65DFB4 (or 0x65DFB4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, DF and B4. RGB value is (101,223,180). Sum of RGB (Red+Green+Blue) = 101+223+180=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFB4 is #9A204B. Grayscale: #B5B5B5. Windows color (decimal): -10100812 or 11853669. OLE color: 11853669.

HSL color Cylindrical-coordinate representation of color #65DFB4: hue angle of 158.85º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFB4 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB101223180-
CMYK0.5500.190.13
HSL158.85º65.59%63.53%-
HSV(B)158.85º54.71%87.45%-
XYZ39.9958.8452.43-
YUV181.62127.0870.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.04%
GREEN value IS 223 (87.5% from 255) = 44.25%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=20.04%
G=44.25%
B=35.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012231800.5500.190.13158.8565.5963.53
Hex65DFB437013D9f4240
Octal1453372646702315237102100
Binary1100101110111111011010011011101001111011001111110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,223,180); }

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

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

 a { background-color: rgb(101,223,180); }

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

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

 span { border-color: rgb(101,223,180); }

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