#65EBB2

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

Shades of Medium Aquamarine #65EBB2

Tints of Medium Aquamarine #65EBB2

Color information

#65EBB2 (or 0x65EBB2) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EB and B2. RGB value is (101,235,178). Sum of RGB (Red+Green+Blue) = 101+235+178=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EBB2 is #9A144D. Grayscale: #BCBCBC. Windows color (decimal): -10097742 or 11725669. OLE color: 11725669.

HSL color Cylindrical-coordinate representation of color #65EBB2: hue angle of 154.48º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBB2 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB101235178-
CMYK0.5700.240.08
HSL154.48º77.01%65.88%-
HSV(B)154.48º57.02%92.16%-
XYZ43.1165.452.47-
YUV188.44122.1165.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.65%
GREEN value IS 235 (92.19% from 255) = 45.72%
BLUE value IS 178 (69.92% from 255) = 34.63%
R=19.65%
G=45.72%
B=34.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012351780.5700.240.08154.4877.0165.88
Hex65EBB23901889a4d42
Octal1453532627103010232115102
Binary1100101111010111011001011100101100010001001101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,235,178); }

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

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

 a { background-color: rgb(101,235,178); }

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

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

 span { border-color: rgb(101,235,178); }

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