Html Css Color HEX #65DB9B Medium Aquamarine

📋 copy color: '#65DB9B'

red 101 ◦ green 219 ◦ blue 155

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

Shades of Medium Aquamarine #65DB9B

Tints of Medium Aquamarine #65DB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 21.26%
G = 46.11%
B = 32.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#65DB9B (or 0x65DB9B) is known color: Medium Aquamarine. HEX triplet: 65, DB and 9B. RGB value is (101,219,155). Sum of RGB (Red+Green+Blue) = 101+219+155=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DB9B is #9A2464. Grayscale: #B0B0B0. Windows color (decimal): -10101861 or 10214245. OLE color: 10214245.

HSL color Cylindrical-coordinate representation of color #65DB9B: hue angle of 147.46º 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 #65DB9B is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 219 155 -
CMYK 0.54 0 0.29 0.14
HSL 147.46º 0.62% 0.63% -
HSV(B) 147.46º 0.54% 0.86% -
XYZ 36.61 55.8 39.85 -
YUV 176.42 115.91 74.2 -
System Red Green Blue C M Y K H S L
Decimal 101 219 155 0.54 0 0.29 0.14 147.46 0.62 0.63
Hex 65 DB 9B 36 0 1D E 93 3E 3F
Octal 145 333 233 66 0 35 16 223 76 77
Binary 1100101 11011011 10011011 110110 0 11101 1110 10010011 111110 111111

Color Harmonies of #65DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DB9B

Black with #65DB9B

Text Example


Text Example

White with #65DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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