Html Css Color HEX #65DB9A Medium Aquamarine

📋 copy color: '#65DB9A'

red 101 ◦ green 219 ◦ blue 154

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

Shades of Medium Aquamarine #65DB9A

Tints of Medium Aquamarine #65DB9A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.2%

 BLUE value IS 154 (60.55% from 255) = 32.49%

R = 21.31%
G = 46.2%
B = 32.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#65DB9A (or 0x65DB9A) is known color: Medium Aquamarine. HEX triplet: 65, DB and 9A. RGB value is (101,219,154). Sum of RGB (Red+Green+Blue) = 101+219+154=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DB9A is #9A2465. Grayscale: #B0B0B0. Windows color (decimal): -10101862 or 10148709. OLE color: 10148709.

HSL color Cylindrical-coordinate representation of color #65DB9A: hue angle of 146.95º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DB9A is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 219 154 -
CMYK 0.54 0 0.30 0.14
HSL 146.95º 0.62% 0.63% -
HSV(B) 146.95º 0.54% 0.86% -
XYZ 36.53 55.76 39.41 -
YUV 176.31 115.41 74.29 -
System Red Green Blue C M Y K H S L
Decimal 101 219 154 0.54 0 0.30 0.14 146.95 0.62 0.63
Hex 65 DB 9A 36 0 1E E 93 3E 3F
Octal 145 333 232 66 0 36 16 223 76 77
Binary 1100101 11011011 10011010 110110 0 11110 1110 10010011 111110 111111

Color Harmonies of #65DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DB9A

Black with #65DB9A

Text Example


Text Example

White with #65DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,219,154); }

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

background-color css

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

 a { background-color: rgb(101,219,154); }

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

border-color css

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

 span { border-color: rgb(101,219,154); }

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