Html Css Color HEX #64F9D0 Aquamarine

📋 copy color: '#64F9D0'

red 100 ◦ green 249 ◦ blue 208

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

Shades of Aquamarine #64F9D0

Tints of Aquamarine #64F9D0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 17.95%
G = 44.7%
B = 37.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#64F9D0 (or 0x64F9D0) is known color: Aquamarine. HEX triplet: 64, F9 and D0. RGB value is (100,249,208). Sum of RGB (Red+Green+Blue) = 100+249+208=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F9D0 is #9B062F. Grayscale: #C7C7C7. Windows color (decimal): -10159664 or 13695332. OLE color: 13695332.

HSL color Cylindrical-coordinate representation of color #64F9D0: hue angle of 163.49º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F9D0 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 249 208 -
CMYK 0.60 0 0.16 0.02
HSL 163.49º 0.93% 0.68% -
HSV(B) 163.49º 0.6% 0.98% -
XYZ 50.52 75.01 71.49 -
YUV 199.78 132.64 56.83 -
System Red Green Blue C M Y K H S L
Decimal 100 249 208 0.60 0 0.16 0.02 163.49 0.93 0.68
Hex 64 F9 D0 3C 0 10 2 A3 5D 44
Octal 144 371 320 74 0 20 2 243 135 104
Binary 1100100 11111001 11010000 111100 0 10000 10 10100011 1011101 1000100

Color Harmonies of #64F9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F9D0

Black with #64F9D0

Text Example


Text Example

White with #64F9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,249,208); }

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

background-color css

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

 a { background-color: rgb(100,249,208); }

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

border-color css

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

 span { border-color: rgb(100,249,208); }

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