Html Css Color HEX #64CFA3 Medium Aquamarine

📋 copy color: '#64CFA3'

red 100 ◦ green 207 ◦ blue 163

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

Shades of Medium Aquamarine #64CFA3

Tints of Medium Aquamarine #64CFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 21.28%
G = 44.04%
B = 34.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#64CFA3 (or 0x64CFA3) is known color: Medium Aquamarine. HEX triplet: 64, CF and A3. RGB value is (100,207,163). Sum of RGB (Red+Green+Blue) = 100+207+163=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #64CFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CFA3 is #9B305C. Grayscale: #AAAAAA. Windows color (decimal): -10170461 or 10735460. OLE color: 10735460.

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

Color convert

RGB 100 207 163 -
CMYK 0.52 0 0.21 0.19
HSL 155.33º 0.53% 0.6% -
HSV(B) 155.33º 0.52% 0.81% -
XYZ 34.18 49.98 42.5 -
YUV 169.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 100 207 163 0.52 0 0.21 0.19 155.33 0.53 0.6
Hex 64 CF A3 34 0 15 13 9B 35 3C
Octal 144 317 243 64 0 25 23 233 65 74
Binary 1100100 11001111 10100011 110100 0 10101 10011 10011011 110101 111100

Color Harmonies of #64CFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFA3

Black with #64CFA3

Text Example


Text Example

White with #64CFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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