Html Css Color HEX #64F6CF Aquamarine

📋 copy color: '#64F6CF'

red 100 ◦ green 246 ◦ blue 207

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

Shades of Aquamarine #64F6CF

Tints of Aquamarine #64F6CF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.48%

 BLUE value IS 207 (81.25% from 255) = 37.43%

R = 18.08%
G = 44.48%
B = 37.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#64F6CF (or 0x64F6CF) is known color: Aquamarine. HEX triplet: 64, F6 and CF. RGB value is (100,246,207). Sum of RGB (Red+Green+Blue) = 100+246+207=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F6CF is #9B0930. Grayscale: #C5C5C5. Windows color (decimal): -10160433 or 13629028. OLE color: 13629028.

HSL color Cylindrical-coordinate representation of color #64F6CF: hue angle of 163.97º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6CF is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 246 207 -
CMYK 0.59 0 0.16 0.04
HSL 163.97º 0.89% 0.68% -
HSV(B) 163.97º 0.59% 0.96% -
XYZ 49.47 73.13 70.54 -
YUV 197.9 133.13 58.17 -
System Red Green Blue C M Y K H S L
Decimal 100 246 207 0.59 0 0.16 0.04 163.97 0.89 0.68
Hex 64 F6 CF 3B 0 10 4 A4 59 44
Octal 144 366 317 73 0 20 4 244 131 104
Binary 1100100 11110110 11001111 111011 0 10000 100 10100100 1011001 1000100

Color Harmonies of #64F6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F6CF

Black with #64F6CF

Text Example


Text Example

White with #64F6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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