Html Css Color HEX #65D2AF Medium Aquamarine

📋 copy color: '#65D2AF'

red 101 ◦ green 210 ◦ blue 175

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

Shades of Medium Aquamarine #65D2AF

Tints of Medium Aquamarine #65D2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 20.78%
G = 43.21%
B = 36.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#65D2AF (or 0x65D2AF) is known color: Medium Aquamarine. HEX triplet: 65, D2 and AF. RGB value is (101,210,175). Sum of RGB (Red+Green+Blue) = 101+210+175=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #65D2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D2AF is #9A2D50. Grayscale: #ADADAD. Windows color (decimal): -10104145 or 11522661. OLE color: 11522661.

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

Color convert

RGB 101 210 175 -
CMYK 0.52 0 0.17 0.18
HSL 160.73º 0.55% 0.61% -
HSV(B) 160.73º 0.52% 0.82% -
XYZ 36.15 51.96 48.68 -
YUV 173.42 128.89 76.35 -
System Red Green Blue C M Y K H S L
Decimal 101 210 175 0.52 0 0.17 0.18 160.73 0.55 0.61
Hex 65 D2 AF 34 0 11 12 A1 37 3D
Octal 145 322 257 64 0 21 22 241 67 75
Binary 1100101 11010010 10101111 110100 0 10001 10010 10100001 110111 111101

Color Harmonies of #65D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D2AF

Black with #65D2AF

Text Example


Text Example

White with #65D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,210,175); }

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

background-color css

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

 a { background-color: rgb(101,210,175); }

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

border-color css

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

 span { border-color: rgb(101,210,175); }

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