Html Css Color HEX #65D99C Medium Aquamarine

📋 copy color: '#65D99C'

red 101 ◦ green 217 ◦ blue 156

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

Shades of Medium Aquamarine #65D99C

Tints of Medium Aquamarine #65D99C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.78%

 BLUE value IS 156 (61.33% from 255) = 32.91%

R = 21.31%
G = 45.78%
B = 32.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#65D99C (or 0x65D99C) is known color: Medium Aquamarine. HEX triplet: 65, D9 and 9C. RGB value is (101,217,156). Sum of RGB (Red+Green+Blue) = 101+217+156=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #65D99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D99C is #9A2663. Grayscale: #AFAFAF. Windows color (decimal): -10102372 or 10279269. OLE color: 10279269.

HSL color Cylindrical-coordinate representation of color #65D99C: hue angle of 148.45º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D99C is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 217 156 -
CMYK 0.53 0 0.28 0.15
HSL 148.45º 0.6% 0.62% -
HSV(B) 148.45º 0.53% 0.85% -
XYZ 36.18 54.79 40.12 -
YUV 175.36 117.07 74.96 -
System Red Green Blue C M Y K H S L
Decimal 101 217 156 0.53 0 0.28 0.15 148.45 0.6 0.62
Hex 65 D9 9C 35 0 1C F 94 3C 3E
Octal 145 331 234 65 0 34 17 224 74 76
Binary 1100101 11011001 10011100 110101 0 11100 1111 10010100 111100 111110

Color Harmonies of #65D99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D99C

Black with #65D99C

Text Example


Text Example

White with #65D99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,217,156); }

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

background-color css

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

 a { background-color: rgb(101,217,156); }

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

border-color css

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

 span { border-color: rgb(101,217,156); }

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