Html Css Color HEX #64FADF Aquamarine

📋 copy color: '#64FADF'

red 100 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #64FADF

Tints of Aquamarine #64FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.63%

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 17.45%
G = 43.63%
B = 38.92%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#64FADF (or 0x64FADF) is known color: Aquamarine. HEX triplet: 64, FA and DF. RGB value is (100,250,223). Sum of RGB (Red+Green+Blue) = 100+250+223=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #64FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FADF is #9B0520. Grayscale: #CACACA. Windows color (decimal): -10159393 or 14678628. OLE color: 14678628.

HSL color Cylindrical-coordinate representation of color #64FADF: hue angle of 169.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FADF is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 223 -
CMYK 0.6 0 0.11 0.02
HSL 169.2º 0.94% 0.69% -
HSV(B) 169.2º 0.6% 0.98% -
XYZ 52.76 76.41 81.78 -
YUV 202.07 139.81 55.2 -
System Red Green Blue C M Y K H S L
Decimal 100 250 223 0.6 0 0.11 0.02 169.2 0.94 0.69
Hex 64 FA DF 3C 0 B 2 A9 5E 45
Octal 144 372 337 74 0 13 2 251 136 105
Binary 1100100 11111010 11011111 111100 0 1011 10 10101001 1011110 1000101

Color Harmonies of #64FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FADF

Black with #64FADF

Text Example


Text Example

White with #64FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,250,223); }

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

background-color css

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

 a { background-color: rgb(100,250,223); }

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

border-color css

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

 span { border-color: rgb(100,250,223); }

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