Html Css Color HEX #65D8A9 Medium Aquamarine

📋 copy color: '#65D8A9'

red 101 ◦ green 216 ◦ blue 169

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

Shades of Medium Aquamarine #65D8A9

Tints of Medium Aquamarine #65D8A9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.44%

 BLUE value IS 169 (66.41% from 255) = 34.77%

R = 20.78%
G = 44.44%
B = 34.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#65D8A9 (or 0x65D8A9) is known color: Medium Aquamarine. HEX triplet: 65, D8 and A9. RGB value is (101,216,169). Sum of RGB (Red+Green+Blue) = 101+216+169=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #65D8A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D8A9 is #9A2756. Grayscale: #B0B0B0. Windows color (decimal): -10102615 or 11130981. OLE color: 11130981.

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

Color convert

RGB 101 216 169 -
CMYK 0.53 0 0.22 0.15
HSL 155.48º 0.6% 0.62% -
HSV(B) 155.48º 0.53% 0.85% -
XYZ 37.08 54.74 46.15 -
YUV 176.26 123.9 74.32 -
System Red Green Blue C M Y K H S L
Decimal 101 216 169 0.53 0 0.22 0.15 155.48 0.6 0.62
Hex 65 D8 A9 35 0 16 F 9B 3C 3E
Octal 145 330 251 65 0 26 17 233 74 76
Binary 1100101 11011000 10101001 110101 0 10110 1111 10011011 111100 111110

Color Harmonies of #65D8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D8A9

Black with #65D8A9

Text Example


Text Example

White with #65D8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,216,169); }

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

background-color css

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

 a { background-color: rgb(101,216,169); }

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

border-color css

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

 span { border-color: rgb(101,216,169); }

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