Html Css Color HEX #64CF9B Medium Aquamarine

📋 copy color: '#64CF9B'

red 100 ◦ green 207 ◦ blue 155

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

Shades of Medium Aquamarine #64CF9B

Tints of Medium Aquamarine #64CF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.55%

R = 21.65%
G = 44.81%
B = 33.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#64CF9B (or 0x64CF9B) is known color: Medium Aquamarine. HEX triplet: 64, CF and 9B. RGB value is (100,207,155). Sum of RGB (Red+Green+Blue) = 100+207+155=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CF9B is #9B3064. Grayscale: #A9A9A9. Windows color (decimal): -10170469 or 10211172. OLE color: 10211172.

HSL color Cylindrical-coordinate representation of color #64CF9B: hue angle of 150.84º 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 #64CF9B is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 207 155 -
CMYK 0.52 0 0.25 0.19
HSL 150.84º 0.53% 0.6% -
HSV(B) 150.84º 0.52% 0.81% -
XYZ 33.48 49.7 38.84 -
YUV 169.08 120.05 78.73 -
System Red Green Blue C M Y K H S L
Decimal 100 207 155 0.52 0 0.25 0.19 150.84 0.53 0.6
Hex 64 CF 9B 34 0 19 13 97 35 3C
Octal 144 317 233 64 0 31 23 227 65 74
Binary 1100100 11001111 10011011 110100 0 11001 10011 10010111 110101 111100

Color Harmonies of #64CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF9B

Black with #64CF9B

Text Example


Text Example

White with #64CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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