Html Css Color HEX #64C1A7 Medium Aquamarine

📋 copy color: '#64C1A7'

red 100 ◦ green 193 ◦ blue 167

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

Shades of Medium Aquamarine #64C1A7

Tints of Medium Aquamarine #64C1A7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

 BLUE value IS 167 (65.63% from 255) = 36.3%

R = 21.74%
G = 41.96%
B = 36.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#64C1A7 (or 0x64C1A7) is known color: Medium Aquamarine. HEX triplet: 64, C1 and A7. RGB value is (100,193,167). Sum of RGB (Red+Green+Blue) = 100+193+167=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #64C1A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C1A7 is #9B3E58. Grayscale: #A2A2A2. Windows color (decimal): -10174041 or 10994020. OLE color: 10994020.

HSL color Cylindrical-coordinate representation of color #64C1A7: hue angle of 163.23º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C1A7 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 167 -
CMYK 0.48 0 0.13 0.24
HSL 163.23º 0.43% 0.57% -
HSV(B) 163.23º 0.48% 0.76% -
XYZ 31.3 43.64 43.33 -
YUV 162.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 100 193 167 0.48 0 0.13 0.24 163.23 0.43 0.57
Hex 64 C1 A7 30 0 D 18 A3 2B 39
Octal 144 301 247 60 0 15 30 243 53 71
Binary 1100100 11000001 10100111 110000 0 1101 11000 10100011 101011 111001

Color Harmonies of #64C1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C1A7

Black with #64C1A7

Text Example


Text Example

White with #64C1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,193,167); }

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

background-color css

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

 a { background-color: rgb(100,193,167); }

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

border-color css

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

 span { border-color: rgb(100,193,167); }

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