Html Css Color HEX #65D4AB Medium Aquamarine

📋 copy color: '#65D4AB'

red 101 ◦ green 212 ◦ blue 171

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

Shades of Medium Aquamarine #65D4AB

Tints of Medium Aquamarine #65D4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

 BLUE value IS 171 (67.19% from 255) = 35.33%

R = 20.87%
G = 43.8%
B = 35.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#65D4AB (or 0x65D4AB) is known color: Medium Aquamarine. HEX triplet: 65, D4 and AB. RGB value is (101,212,171). Sum of RGB (Red+Green+Blue) = 101+212+171=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #65D4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D4AB is #9A2B54. Grayscale: #AEAEAE. Windows color (decimal): -10103637 or 11261029. OLE color: 11261029.

HSL color Cylindrical-coordinate representation of color #65D4AB: hue angle of 157.84º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D4AB is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 101 212 171 -
CMYK 0.52 0 0.19 0.17
HSL 157.84º 0.56% 0.61% -
HSV(B) 157.84º 0.52% 0.83% -
XYZ 36.26 52.79 46.81 -
YUV 174.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 101 212 171 0.52 0 0.19 0.17 157.84 0.56 0.61
Hex 65 D4 AB 34 0 13 11 9E 38 3D
Octal 145 324 253 64 0 23 21 236 70 75
Binary 1100101 11010100 10101011 110100 0 10011 10001 10011110 111000 111101

Color Harmonies of #65D4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D4AB

Black with #65D4AB

Text Example


Text Example

White with #65D4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,212,171); }

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

background-color css

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

 a { background-color: rgb(101,212,171); }

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

border-color css

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

 span { border-color: rgb(101,212,171); }

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