#65E1B3

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

Shades of Medium Aquamarine #65E1B3

Tints of Medium Aquamarine #65E1B3

Color information

#65E1B3 (or 0x65E1B3) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E1 and B3. RGB value is (101,225,179). Sum of RGB (Red+Green+Blue) = 101+225+179=505 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1B3 is #9A1E4C. Grayscale: #B6B6B6. Windows color (decimal): -10100301 or 11788645. OLE color: 11788645.

HSL color Cylindrical-coordinate representation of color #65E1B3: hue angle of 157.74º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1B3 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB101225179-
CMYK0.5500.200.12
HSL157.74º67.39%63.92%-
HSV(B)157.74º55.11%88.24%-
XYZ40.4359.8752.07-
YUV182.68125.9269.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 179 (70.31% from 255) = 35.45%
R=20%
G=44.55%
B=35.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012251790.5500.200.12157.7467.3963.92
Hex65E1B337014C9e4340
Octal1453412636702414236103100
Binary1100101111000011011001111011101010011001001111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,225,179); }

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

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

 a { background-color: rgb(101,225,179); }

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

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

 span { border-color: rgb(101,225,179); }

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