Html Css Color HEX #64F2CC Aquamarine

📋 copy color: '#64F2CC'

red 100 ◦ green 242 ◦ blue 204

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

Shades of Aquamarine #64F2CC

Tints of Aquamarine #64F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

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

R = 18.32%
G = 44.32%
B = 37.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#64F2CC (or 0x64F2CC) is known color: Aquamarine. HEX triplet: 64, F2 and CC. RGB value is (100,242,204). Sum of RGB (Red+Green+Blue) = 100+242+204=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F2CC is #9B0D33. Grayscale: #C3C3C3. Windows color (decimal): -10161460 or 13431396. OLE color: 13431396.

HSL color Cylindrical-coordinate representation of color #64F2CC: hue angle of 163.94º degrees, saturation: 0.85, 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 #64F2CC is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 242 204 -
CMYK 0.59 0 0.16 0.05
HSL 163.94º 0.85% 0.67% -
HSV(B) 163.94º 0.59% 0.95% -
XYZ 47.91 70.57 68.22 -
YUV 195.21 132.96 60.09 -
System Red Green Blue C M Y K H S L
Decimal 100 242 204 0.59 0 0.16 0.05 163.94 0.85 0.67
Hex 64 F2 CC 3B 0 10 5 A4 55 43
Octal 144 362 314 73 0 20 5 244 125 103
Binary 1100100 11110010 11001100 111011 0 10000 101 10100100 1010101 1000011

Color Harmonies of #64F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F2CC

Black with #64F2CC

Text Example


Text Example

White with #64F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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