Html Css Color HEX #64EFCD Aquamarine

📋 copy color: '#64EFCD'

red 100 ◦ green 239 ◦ blue 205

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

Shades of Aquamarine #64EFCD

Tints of Aquamarine #64EFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 18.38%
G = 43.93%
B = 37.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#64EFCD (or 0x64EFCD) is known color: Aquamarine. HEX triplet: 64, EF and CD. RGB value is (100,239,205). Sum of RGB (Red+Green+Blue) = 100+239+205=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFCD is #9B1032. Grayscale: #C1C1C1. Windows color (decimal): -10162227 or 13496164. OLE color: 13496164.

HSL color Cylindrical-coordinate representation of color #64EFCD: hue angle of 165.32º 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 #64EFCD is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 239 205 -
CMYK 0.58 0 0.14 0.06
HSL 165.32º 0.81% 0.66% -
HSV(B) 165.32º 0.58% 0.94% -
XYZ 47.14 68.85 68.56 -
YUV 193.56 134.45 61.26 -
System Red Green Blue C M Y K H S L
Decimal 100 239 205 0.58 0 0.14 0.06 165.32 0.81 0.66
Hex 64 EF CD 3A 0 E 6 A5 51 42
Octal 144 357 315 72 0 16 6 245 121 102
Binary 1100100 11101111 11001101 111010 0 1110 110 10100101 1010001 1000010

Color Harmonies of #64EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFCD

Black with #64EFCD

Text Example


Text Example

White with #64EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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