Html Css Color HEX #64F1CC Aquamarine

📋 copy color: '#64F1CC'

red 100 ◦ green 241 ◦ blue 204

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

Shades of Aquamarine #64F1CC

Tints of Aquamarine #64F1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.22%

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

R = 18.35%
G = 44.22%
B = 37.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#64F1CC (or 0x64F1CC) is known color: Aquamarine. HEX triplet: 64, F1 and CC. RGB value is (100,241,204). Sum of RGB (Red+Green+Blue) = 100+241+204=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F1CC is #9B0E33. Grayscale: #C2C2C2. Windows color (decimal): -10161716 or 13431140. OLE color: 13431140.

HSL color Cylindrical-coordinate representation of color #64F1CC: hue angle of 164.26º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F1CC is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 241 204 -
CMYK 0.59 0 0.15 0.05
HSL 164.26º 0.83% 0.67% -
HSV(B) 164.26º 0.59% 0.95% -
XYZ 47.61 69.98 68.12 -
YUV 194.62 133.29 60.51 -
System Red Green Blue C M Y K H S L
Decimal 100 241 204 0.59 0 0.15 0.05 164.26 0.83 0.67
Hex 64 F1 CC 3B 0 F 5 A4 53 43
Octal 144 361 314 73 0 17 5 244 123 103
Binary 1100100 11110001 11001100 111011 0 1111 101 10100100 1010011 1000011

Color Harmonies of #64F1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F1CC

Black with #64F1CC

Text Example


Text Example

White with #64F1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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