#65E69B

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

Shades of Medium Aquamarine #65E69B

Tints of Medium Aquamarine #65E69B

Color information

#65E69B (or 0x65E69B) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E6 and 9B. RGB value is (101,230,155). Sum of RGB (Red+Green+Blue) = 101+230+155=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #65E69B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E69B is #9A1964. Grayscale: #B7B7B7. Windows color (decimal): -10099045 or 10217061. OLE color: 10217061.

HSL color Cylindrical-coordinate representation of color #65E69B: hue angle of 145.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E69B is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB101230155-
CMYK0.5600.330.10
HSL145.12º72.07%64.9%-
HSV(B)145.12º56.09%90.2%-
XYZ39.5861.7340.84-
YUV182.88112.2669.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.78%
GREEN value IS 230 (90.23% from 255) = 47.33%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=20.78%
G=47.33%
B=31.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1012301550.5600.330.10145.1272.0764.9
Hex65E69B38021A914841
Octal1453462337004112221110101
Binary11001011110011010011011111000010000110101001000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,230,155); }

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

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

 a { background-color: rgb(101,230,155); }

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

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

 span { border-color: rgb(101,230,155); }

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