Html Css Color HEX #65C99D Medium Aquamarine

📋 copy color: '#65C99D'

red 101 ◦ green 201 ◦ blue 157

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

Shades of Medium Aquamarine #65C99D

Tints of Medium Aquamarine #65C99D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 22%
G = 43.79%
B = 34.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#65C99D (or 0x65C99D) is known color: Medium Aquamarine. HEX triplet: 65, C9 and 9D. RGB value is (101,201,157). Sum of RGB (Red+Green+Blue) = 101+201+157=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #65C99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C99D is #9A3662. Grayscale: #A6A6A6. Windows color (decimal): -10106467 or 10340709. OLE color: 10340709.

HSL color Cylindrical-coordinate representation of color #65C99D: hue angle of 153.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C99D is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 201 157 -
CMYK 0.50 0 0.22 0.21
HSL 153.6º 0.48% 0.59% -
HSV(B) 153.6º 0.5% 0.79% -
XYZ 32.34 46.97 39.26 -
YUV 166.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 101 201 157 0.50 0 0.22 0.21 153.6 0.48 0.59
Hex 65 C9 9D 32 0 16 15 9A 30 3B
Octal 145 311 235 62 0 26 25 232 60 73
Binary 1100101 11001001 10011101 110010 0 10110 10101 10011010 110000 111011

Color Harmonies of #65C99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C99D

Black with #65C99D

Text Example


Text Example

White with #65C99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,201,157); }

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

background-color css

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

 a { background-color: rgb(101,201,157); }

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

border-color css

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

 span { border-color: rgb(101,201,157); }

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