Html Css Color HEX #64F0D5 Aquamarine

📋 copy color: '#64F0D5'

red 100 ◦ green 240 ◦ blue 213

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

Shades of Aquamarine #64F0D5

Tints of Aquamarine #64F0D5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.4%

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

R = 18.08%
G = 43.4%
B = 38.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#64F0D5 (or 0x64F0D5) is known color: Aquamarine. HEX triplet: 64, F0 and D5. RGB value is (100,240,213). Sum of RGB (Red+Green+Blue) = 100+240+213=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F0D5 is #9B0F2A. Grayscale: #C3C3C3. Windows color (decimal): -10161963 or 14020708. OLE color: 14020708.

HSL color Cylindrical-coordinate representation of color #64F0D5: hue angle of 168.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F0D5 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 240 213 -
CMYK 0.58 0 0.11 0.06
HSL 168.43º 0.82% 0.67% -
HSV(B) 168.43º 0.58% 0.94% -
XYZ 48.43 69.83 73.88 -
YUV 195.06 138.12 60.2 -
System Red Green Blue C M Y K H S L
Decimal 100 240 213 0.58 0 0.11 0.06 168.43 0.82 0.67
Hex 64 F0 D5 3A 0 B 6 A8 52 43
Octal 144 360 325 72 0 13 6 250 122 103
Binary 1100100 11110000 11010101 111010 0 1011 110 10101000 1010010 1000011

Color Harmonies of #64F0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F0D5

Black with #64F0D5

Text Example


Text Example

White with #64F0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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