Html Css Color HEX #64CFA2 Medium Aquamarine

📋 copy color: '#64CFA2'

red 100 ◦ green 207 ◦ blue 162

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

Shades of Medium Aquamarine #64CFA2

Tints of Medium Aquamarine #64CFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.54%

R = 21.32%
G = 44.14%
B = 34.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#64CFA2 (or 0x64CFA2) is known color: Medium Aquamarine. HEX triplet: 64, CF and A2. RGB value is (100,207,162). Sum of RGB (Red+Green+Blue) = 100+207+162=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #64CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CFA2 is #9B305D. Grayscale: #A9A9A9. Windows color (decimal): -10170462 or 10669924. OLE color: 10669924.

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

Color convert

RGB 100 207 162 -
CMYK 0.52 0 0.22 0.19
HSL 154.77º 0.53% 0.6% -
HSV(B) 154.77º 0.52% 0.81% -
XYZ 34.09 49.94 42.03 -
YUV 169.88 123.55 78.16 -
System Red Green Blue C M Y K H S L
Decimal 100 207 162 0.52 0 0.22 0.19 154.77 0.53 0.6
Hex 64 CF A2 34 0 16 13 9B 35 3C
Octal 144 317 242 64 0 26 23 233 65 74
Binary 1100100 11001111 10100010 110100 0 10110 10011 10011011 110101 111100

Color Harmonies of #64CFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFA2

Black with #64CFA2

Text Example


Text Example

White with #64CFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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