Html Css Color HEX #65C69D Medium Aquamarine

📋 copy color: '#65C69D'

red 101 ◦ green 198 ◦ blue 157

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

Shades of Medium Aquamarine #65C69D

Tints of Medium Aquamarine #65C69D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

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

R = 22.15%
G = 43.42%
B = 34.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#65C69D (or 0x65C69D) is known color: Medium Aquamarine. HEX triplet: 65, C6 and 9D. RGB value is (101,198,157). Sum of RGB (Red+Green+Blue) = 101+198+157=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #65C69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C69D is #9A3962. Grayscale: #A4A4A4. Windows color (decimal): -10107235 or 10339941. OLE color: 10339941.

HSL color Cylindrical-coordinate representation of color #65C69D: hue angle of 154.64º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C69D is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 198 157 -
CMYK 0.49 0 0.21 0.22
HSL 154.64º 0.46% 0.59% -
HSV(B) 154.64º 0.49% 0.78% -
XYZ 31.65 45.59 39.03 -
YUV 164.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 101 198 157 0.49 0 0.21 0.22 154.64 0.46 0.59
Hex 65 C6 9D 31 0 15 16 9B 2E 3B
Octal 145 306 235 61 0 25 26 233 56 73
Binary 1100101 11000110 10011101 110001 0 10101 10110 10011011 101110 111011

Color Harmonies of #65C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C69D

Black with #65C69D

Text Example


Text Example

White with #65C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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