Html Css Color HEX #64F7CC Aquamarine

📋 copy color: '#64F7CC'

red 100 ◦ green 247 ◦ blue 204

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

Shades of Aquamarine #64F7CC

Tints of Aquamarine #64F7CC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.83%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 18.15%
G = 44.83%
B = 37.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#64F7CC (or 0x64F7CC) is known color: Aquamarine. HEX triplet: 64, F7 and CC. RGB value is (100,247,204). Sum of RGB (Red+Green+Blue) = 100+247+204=551 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.15% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #64F7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F7CC is #9B0833. Grayscale: #C6C6C6. Windows color (decimal): -10160180 or 13432676. OLE color: 13432676.

HSL color Cylindrical-coordinate representation of color #64F7CC: hue angle of 162.45º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F7CC is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 247 204 -
CMYK 0.60 0 0.17 0.03
HSL 162.45º 0.9% 0.68% -
HSV(B) 162.45º 0.6% 0.97% -
XYZ 49.42 73.59 68.73 -
YUV 198.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 100 247 204 0.60 0 0.17 0.03 162.45 0.9 0.68
Hex 64 F7 CC 3C 0 11 3 A2 5A 44
Octal 144 367 314 74 0 21 3 242 132 104
Binary 1100100 11110111 11001100 111100 0 10001 11 10100010 1011010 1000100

Color Harmonies of #64F7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F7CC

Black with #64F7CC

Text Example


Text Example

White with #64F7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,247,204); }

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

background-color css

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

 a { background-color: rgb(100,247,204); }

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

border-color css

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

 span { border-color: rgb(100,247,204); }

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