Html Css Color HEX #65DAB5 Medium Aquamarine

📋 copy color: '#65DAB5'

red 101 ◦ green 218 ◦ blue 181

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

Shades of Medium Aquamarine #65DAB5

Tints of Medium Aquamarine #65DAB5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 20.2%
G = 43.6%
B = 36.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#65DAB5 (or 0x65DAB5) is known color: Medium Aquamarine. HEX triplet: 65, DA and B5. RGB value is (101,218,181). Sum of RGB (Red+Green+Blue) = 101+218+181=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #65DAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DAB5 is #9A254A. Grayscale: #B2B2B2. Windows color (decimal): -10102091 or 11917925. OLE color: 11917925.

HSL color Cylindrical-coordinate representation of color #65DAB5: hue angle of 161.03º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DAB5 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 218 181 -
CMYK 0.54 0 0.17 0.15
HSL 161.03º 0.61% 0.63% -
HSV(B) 161.03º 0.54% 0.85% -
XYZ 38.78 56.25 52.53 -
YUV 178.8 129.24 72.51 -
System Red Green Blue C M Y K H S L
Decimal 101 218 181 0.54 0 0.17 0.15 161.03 0.61 0.63
Hex 65 DA B5 36 0 11 F A1 3D 3F
Octal 145 332 265 66 0 21 17 241 75 77
Binary 1100101 11011010 10110101 110110 0 10001 1111 10100001 111101 111111

Color Harmonies of #65DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DAB5

Black with #65DAB5

Text Example


Text Example

White with #65DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,218,181); }

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

background-color css

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

 a { background-color: rgb(101,218,181); }

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

border-color css

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

 span { border-color: rgb(101,218,181); }

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