Html Css Color HEX #64FAD5 Aquamarine

📋 copy color: '#64FAD5'

red 100 ◦ green 250 ◦ blue 213

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

Shades of Aquamarine #64FAD5

Tints of Aquamarine #64FAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.83%

R = 17.76%
G = 44.4%
B = 37.83%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#64FAD5 (or 0x64FAD5) is known color: Aquamarine. HEX triplet: 64, FA and D5. RGB value is (100,250,213). Sum of RGB (Red+Green+Blue) = 100+250+213=563 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.76% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FAD5 is #9B052A. Grayscale: #C8C8C8. Windows color (decimal): -10159403 or 14023268. OLE color: 14023268.

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

Color convert

RGB 100 250 213 -
CMYK 0.6 0 0.15 0.02
HSL 165.2º 0.94% 0.69% -
HSV(B) 165.2º 0.6% 0.98% -
XYZ 51.45 75.88 74.89 -
YUV 200.93 134.81 56.01 -
System Red Green Blue C M Y K H S L
Decimal 100 250 213 0.6 0 0.15 0.02 165.2 0.94 0.69
Hex 64 FA D5 3C 0 F 2 A5 5E 45
Octal 144 372 325 74 0 17 2 245 136 105
Binary 1100100 11111010 11010101 111100 0 1111 10 10100101 1011110 1000101

Color Harmonies of #64FAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAD5

Black with #64FAD5

Text Example


Text Example

White with #64FAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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