#65CFA5

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

Shades of Medium Aquamarine #65CFA5

Tints of Medium Aquamarine #65CFA5

Color information

#65CFA5 (or 0x65CFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CF and A5. RGB value is (101,207,165). Sum of RGB (Red+Green+Blue) = 101+207+165=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #65CFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CFA5 is #9A305A. Grayscale: #AAAAAA. Windows color (decimal): -10104923 or 10866533. OLE color: 10866533.

HSL color Cylindrical-coordinate representation of color #65CFA5: hue angle of 156.23º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CFA5 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB101207165-
CMYK0.5100.200.19
HSL156.23º52.48%60.39%-
HSV(B)156.23º51.21%81.18%-
XYZ34.4750.1143.45-
YUV170.52124.8878.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=21.35%
G=43.76%
B=34.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012071650.5100.200.19156.2352.4860.39
Hex65CFA533014139c343c
Octal14531724563024232346474
Binary110010111001111101001011100110101001001110011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,207,165); }

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

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

 a { background-color: rgb(101,207,165); }

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

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

 span { border-color: rgb(101,207,165); }

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