Html Css Color HEX #64F4BB Aquamarine

📋 copy color: '#64F4BB'

red 100 ◦ green 244 ◦ blue 187

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

Shades of Aquamarine #64F4BB

Tints of Aquamarine #64F4BB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.95%

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 18.83%
G = 45.95%
B = 35.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#64F4BB (or 0x64F4BB) is known color: Aquamarine. HEX triplet: 64, F4 and BB. RGB value is (100,244,187). Sum of RGB (Red+Green+Blue) = 100+244+187=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #64F4BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F4BB is #9B0B44. Grayscale: #C2C2C2. Windows color (decimal): -10160965 or 12317796. OLE color: 12317796.

HSL color Cylindrical-coordinate representation of color #64F4BB: hue angle of 156.25º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F4BB is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 244 187 -
CMYK 0.59 0 0.23 0.04
HSL 156.25º 0.87% 0.67% -
HSV(B) 156.25º 0.59% 0.96% -
XYZ 46.58 71 58.26 -
YUV 194.45 123.79 60.63 -
System Red Green Blue C M Y K H S L
Decimal 100 244 187 0.59 0 0.23 0.04 156.25 0.87 0.67
Hex 64 F4 BB 3B 0 17 4 9C 57 43
Octal 144 364 273 73 0 27 4 234 127 103
Binary 1100100 11110100 10111011 111011 0 10111 100 10011100 1010111 1000011

Color Harmonies of #64F4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F4BB

Black with #64F4BB

Text Example


Text Example

White with #64F4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,244,187); }

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

background-color css

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

 a { background-color: rgb(100,244,187); }

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

border-color css

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

 span { border-color: rgb(100,244,187); }

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