Html Css Color HEX #64F9CC Aquamarine

📋 copy color: '#64F9CC'

red 100 ◦ green 249 ◦ blue 204

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

Shades of Aquamarine #64F9CC

Tints of Aquamarine #64F9CC

RGB

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

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

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

R = 18.08%
G = 45.03%
B = 36.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#64F9CC (or 0x64F9CC) is known color: Aquamarine. HEX triplet: 64, F9 and CC. RGB value is (100,249,204). Sum of RGB (Red+Green+Blue) = 100+249+204=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F9CC is #9B0633. Grayscale: #C7C7C7. Windows color (decimal): -10159668 or 13433188. OLE color: 13433188.

HSL color Cylindrical-coordinate representation of color #64F9CC: hue angle of 161.88º 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 #64F9CC is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 249 204 -
CMYK 0.60 0 0.18 0.02
HSL 161.88º 0.93% 0.68% -
HSV(B) 161.88º 0.6% 0.98% -
XYZ 50.03 74.82 68.93 -
YUV 199.32 130.64 57.16 -
System Red Green Blue C M Y K H S L
Decimal 100 249 204 0.60 0 0.18 0.02 161.88 0.93 0.68
Hex 64 F9 CC 3C 0 12 2 A2 5D 44
Octal 144 371 314 74 0 22 2 242 135 104
Binary 1100100 11111001 11001100 111100 0 10010 10 10100010 1011101 1000100

Color Harmonies of #64F9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F9CC

Black with #64F9CC

Text Example


Text Example

White with #64F9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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