#64FCAD

Color #64FCAD Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #64FCAD

Tints of Medium Aquamarine #64FCAD

Color information

#64FCAD (or 0x64FCAD) is unknown color: approx Medium Aquamarine. HEX triplet: 64, FC and AD. RGB value is (100,252,173). Sum of RGB (Red+Green+Blue) = 100+252+173=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FCAD is #9B0352. Grayscale: #C5C5C5. Windows color (decimal): -10158931 or 11402340. OLE color: 11402340.

HSL color Cylindrical-coordinate representation of color #64FCAD: hue angle of 148.82º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCAD is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB100252173-
CMYK0.6000.310.01
HSL148.82º96.2%69.02%-
HSV(B)148.82º60.32%98.82%-
XYZ47.6175.3551.57-
YUV197.55114.1458.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.05%
GREEN value IS 252 (98.83% from 255) = 48%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=19.05%
G=48%
B=32.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002521730.6000.310.01148.8296.269.02
Hex64FCAD3C01F1956045
Octal144374255740371225140105
Binary1100100111111001010110111110001111111001010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,252,173); }

 H1.HeaderClassName
 {
   color: #64FCAD;
 }
 .AnyTagClassName
 {
   color: #64FCAD;
 }
</style>
background-color css

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

 a { background-color: rgb(100,252,173); }

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

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

 span { border-color: rgb(100,252,173); }

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