Html Css Color HEX #65D9A1 Medium Aquamarine

📋 copy color: '#65D9A1'

red 101 ◦ green 217 ◦ blue 161

#65D9A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #65D9A1

Tints of Medium Aquamarine #65D9A1

RGB

 RED value IS 101 (39.84% from 255) = 21.09%

 GREEN value IS 217 (85.16% from 255) = 45.3%

 BLUE value IS 161 (63.28% from 255) = 33.61%

R = 21.09%
G = 45.3%
B = 33.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#65D9A1 (or 0x65D9A1) is known color: Medium Aquamarine. HEX triplet: 65, D9 and A1. RGB value is (101,217,161). Sum of RGB (Red+Green+Blue) = 101+217+161=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #65D9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D9A1 is #9A265E. Grayscale: #B0B0B0. Windows color (decimal): -10102367 or 10606949. OLE color: 10606949.

HSL color Cylindrical-coordinate representation of color #65D9A1: hue angle of 151.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D9A1 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 217 161 -
CMYK 0.53 0 0.26 0.15
HSL 151.03º 0.6% 0.62% -
HSV(B) 151.03º 0.53% 0.85% -
XYZ 36.61 54.97 42.4 -
YUV 175.93 119.57 74.55 -
System Red Green Blue C M Y K H S L
Decimal 101 217 161 0.53 0 0.26 0.15 151.03 0.6 0.62
Hex 65 D9 A1 35 0 1A F 97 3C 3E
Octal 145 331 241 65 0 32 17 227 74 76
Binary 1100101 11011001 10100001 110101 0 11010 1111 10010111 111100 111110

Color Harmonies of #65D9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D9A1

Black with #65D9A1

Text Example


Text Example

White with #65D9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65D9A1;
 }
 .AnyTagClassName
 {
   color: #65D9A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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