#65cea1

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

Shades of Medium Aquamarine #65CEA1

Tints of Medium Aquamarine #65CEA1

Color information

#65CEA1 (or 0x65CEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CE and A1. RGB value is (101,206,161). Sum of RGB (Red+Green+Blue) = 101+206+161=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEA1 is #9A315E. Grayscale: #A9A9A9. Windows color (decimal): -10105183 or 10604133. OLE color: 10604133.

HSL color Cylindrical-coordinate representation of color #65CEA1: hue angle of 154.29º 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 #65CEA1 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB101206161-
CMYK0.5100.220.19
HSL154.29º51.72%60.2%-
HSV(B)154.29º50.97%80.78%-
XYZ33.8749.4841.48-
YUV169.47123.2179.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.58%
GREEN value IS 206 (80.86% from 255) = 44.02%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=21.58%
G=44.02%
B=34.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012061610.5100.220.19154.2951.7260.2
Hex65CEA133016139a343c
Octal14531624163026232326474
Binary110010111001110101000011100110101101001110011010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65cea1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,206,161); }

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

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

 a { background-color: rgb(101,206,161); }

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

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

 span { border-color: rgb(101,206,161); }

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