Html Css Color HEX #64FADD Aquamarine

📋 copy color: '#64FADD'

red 100 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #64FADD

Tints of Aquamarine #64FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 17.51%
G = 43.78%
B = 38.7%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#64FADD (or 0x64FADD) is known color: Aquamarine. HEX triplet: 64, FA and DD. RGB value is (100,250,221). Sum of RGB (Red+Green+Blue) = 100+250+221=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #64FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FADD is #9B0522. Grayscale: #C9C9C9. Windows color (decimal): -10159395 or 14547556. OLE color: 14547556.

HSL color Cylindrical-coordinate representation of color #64FADD: hue angle of 168.4º 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 #64FADD is Cyan = 0.6, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 221 -
CMYK 0.6 0 0.12 0.02
HSL 168.4º 0.94% 0.69% -
HSV(B) 168.4º 0.6% 0.98% -
XYZ 52.49 76.3 80.37 -
YUV 201.84 138.81 55.36 -
System Red Green Blue C M Y K H S L
Decimal 100 250 221 0.6 0 0.12 0.02 168.4 0.94 0.69
Hex 64 FA DD 3C 0 C 2 A8 5E 45
Octal 144 372 335 74 0 14 2 250 136 105
Binary 1100100 11111010 11011101 111100 0 1100 10 10101000 1011110 1000101

Color Harmonies of #64FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FADD

Black with #64FADD

Text Example


Text Example

White with #64FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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