Html Css Color HEX #64CF9D Medium Aquamarine

📋 copy color: '#64CF9D'

red 100 ◦ green 207 ◦ blue 157

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

Shades of Medium Aquamarine #64CF9D

Tints of Medium Aquamarine #64CF9D

RGB

 RED value IS 100 (39.45% from 255) = 21.55%

 GREEN value IS 207 (81.25% from 255) = 44.61%

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

R = 21.55%
G = 44.61%
B = 33.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#64CF9D (or 0x64CF9D) is known color: Medium Aquamarine. HEX triplet: 64, CF and 9D. RGB value is (100,207,157). Sum of RGB (Red+Green+Blue) = 100+207+157=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CF9D is #9B3062. Grayscale: #A9A9A9. Windows color (decimal): -10170467 or 10342244. OLE color: 10342244.

HSL color Cylindrical-coordinate representation of color #64CF9D: hue angle of 151.96º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CF9D is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 207 157 -
CMYK 0.52 0 0.24 0.19
HSL 151.96º 0.53% 0.6% -
HSV(B) 151.96º 0.52% 0.81% -
XYZ 33.65 49.77 39.73 -
YUV 169.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 100 207 157 0.52 0 0.24 0.19 151.96 0.53 0.6
Hex 64 CF 9D 34 0 18 13 98 35 3C
Octal 144 317 235 64 0 30 23 230 65 74
Binary 1100100 11001111 10011101 110100 0 11000 10011 10011000 110101 111100

Color Harmonies of #64CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF9D

Black with #64CF9D

Text Example


Text Example

White with #64CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CF9D; }

 p { color: rgb(100,207,157); }

 H1.HeaderClassName
 {
   color: #64CF9D;
 }
 .AnyTagClassName
 {
   color: #64CF9D;
 }
</style>

background-color css

<style>
 a { background-color: #64CF9D; }

 a { background-color: rgb(100,207,157); }

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

border-color css

<style>
 span { border-color: #64CF9D; }

 span { border-color: rgb(100,207,157); }

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