Html Css Color HEX #65DEAF Medium Aquamarine

📋 copy color: '#65DEAF'

red 101 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #65DEAF

Tints of Medium Aquamarine #65DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.58%

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

R = 20.28%
G = 44.58%
B = 35.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#65DEAF (or 0x65DEAF) is known color: Medium Aquamarine. HEX triplet: 65, DE and AF. RGB value is (101,222,175). Sum of RGB (Red+Green+Blue) = 101+222+175=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #65DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DEAF is #9A2150. Grayscale: #B4B4B4. Windows color (decimal): -10101073 or 11525733. OLE color: 11525733.

HSL color Cylindrical-coordinate representation of color #65DEAF: hue angle of 156.69º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DEAF is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 222 175 -
CMYK 0.55 0 0.21 0.13
HSL 156.69º 0.65% 0.63% -
HSV(B) 156.69º 0.55% 0.87% -
XYZ 39.23 58.1 49.71 -
YUV 180.46 124.91 71.32 -
System Red Green Blue C M Y K H S L
Decimal 101 222 175 0.55 0 0.21 0.13 156.69 0.65 0.63
Hex 65 DE AF 37 0 15 D 9D 41 3F
Octal 145 336 257 67 0 25 15 235 101 77
Binary 1100101 11011110 10101111 110111 0 10101 1101 10011101 1000001 111111

Color Harmonies of #65DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DEAF

Black with #65DEAF

Text Example


Text Example

White with #65DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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