Html Css Color HEX #64F3CB Aquamarine

📋 copy color: '#64F3CB'

red 100 ◦ green 243 ◦ blue 203

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

Shades of Aquamarine #64F3CB

Tints of Aquamarine #64F3CB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.51%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 18.32%
G = 44.51%
B = 37.18%

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

#64F3CB (or 0x64F3CB) is known color: Aquamarine. HEX triplet: 64, F3 and CB. RGB value is (100,243,203). Sum of RGB (Red+Green+Blue) = 100+243+203=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #64F3CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F3CB is #9B0C34. Grayscale: #C3C3C3. Windows color (decimal): -10161205 or 13366116. OLE color: 13366116.

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

Color convert

RGB 100 243 203 -
CMYK 0.59 0 0.16 0.05
HSL 163.22º 0.86% 0.67% -
HSV(B) 163.22º 0.59% 0.95% -
XYZ 48.09 71.12 67.69 -
YUV 195.68 132.12 59.75 -
System Red Green Blue C M Y K H S L
Decimal 100 243 203 0.59 0 0.16 0.05 163.22 0.86 0.67
Hex 64 F3 CB 3B 0 10 5 A3 56 43
Octal 144 363 313 73 0 20 5 243 126 103
Binary 1100100 11110011 11001011 111011 0 10000 101 10100011 1010110 1000011

Color Harmonies of #64F3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F3CB

Black with #64F3CB

Text Example


Text Example

White with #64F3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,243,203); }

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

background-color css

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

 a { background-color: rgb(100,243,203); }

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

border-color css

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

 span { border-color: rgb(100,243,203); }

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