Html Css Color HEX #64C3B0 Medium Aquamarine

📋 copy color: '#64C3B0'

red 100 ◦ green 195 ◦ blue 176

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

Shades of Medium Aquamarine #64C3B0

Tints of Medium Aquamarine #64C3B0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.4%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 21.23%
G = 41.4%
B = 37.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#64C3B0 (or 0x64C3B0) is known color: Medium Aquamarine. HEX triplet: 64, C3 and B0. RGB value is (100,195,176). Sum of RGB (Red+Green+Blue) = 100+195+176=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #64C3B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C3B0 is #9B3C4F. Grayscale: #A4A4A4. Windows color (decimal): -10173520 or 11584356. OLE color: 11584356.

HSL color Cylindrical-coordinate representation of color #64C3B0: hue angle of 168º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C3B0 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 176 -
CMYK 0.49 0 0.10 0.24
HSL 168º 0.44% 0.58% -
HSV(B) 168º 0.49% 0.76% -
XYZ 32.61 44.87 48.02 -
YUV 164.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 100 195 176 0.49 0 0.10 0.24 168 0.44 0.58
Hex 64 C3 B0 31 0 A 18 A8 2C 3A
Octal 144 303 260 61 0 12 30 250 54 72
Binary 1100100 11000011 10110000 110001 0 1010 11000 10101000 101100 111010

Color Harmonies of #64C3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C3B0

Black with #64C3B0

Text Example


Text Example

White with #64C3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,195,176); }

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

background-color css

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

 a { background-color: rgb(100,195,176); }

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

border-color css

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

 span { border-color: rgb(100,195,176); }

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