Html Css Color HEX #64EFCC Aquamarine

📋 copy color: '#64EFCC'

red 100 ◦ green 239 ◦ blue 204

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

Shades of Aquamarine #64EFCC

Tints of Aquamarine #64EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.01%

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

R = 18.42%
G = 44.01%
B = 37.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#64EFCC (or 0x64EFCC) is known color: Aquamarine. HEX triplet: 64, EF and CC. RGB value is (100,239,204). Sum of RGB (Red+Green+Blue) = 100+239+204=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFCC is #9B1033. Grayscale: #C1C1C1. Windows color (decimal): -10162228 or 13430628. OLE color: 13430628.

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

Color convert

RGB 100 239 204 -
CMYK 0.58 0 0.15 0.06
HSL 164.89º 0.81% 0.66% -
HSV(B) 164.89º 0.58% 0.94% -
XYZ 47.02 68.8 67.93 -
YUV 193.45 133.95 61.35 -
System Red Green Blue C M Y K H S L
Decimal 100 239 204 0.58 0 0.15 0.06 164.89 0.81 0.66
Hex 64 EF CC 3A 0 F 6 A5 51 42
Octal 144 357 314 72 0 17 6 245 121 102
Binary 1100100 11101111 11001100 111010 0 1111 110 10100101 1010001 1000010

Color Harmonies of #64EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFCC

Black with #64EFCC

Text Example


Text Example

White with #64EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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