Html Css Color HEX #64CAB2 Medium Aquamarine

📋 copy color: '#64CAB2'

red 100 ◦ green 202 ◦ blue 178

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

Shades of Medium Aquamarine #64CAB2

Tints of Medium Aquamarine #64CAB2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 20.83%
G = 42.08%
B = 37.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#64CAB2 (or 0x64CAB2) is known color: Medium Aquamarine. HEX triplet: 64, CA and B2. RGB value is (100,202,178). Sum of RGB (Red+Green+Blue) = 100+202+178=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CAB2 is #9B354D. Grayscale: #A8A8A8. Windows color (decimal): -10171726 or 11717220. OLE color: 11717220.

HSL color Cylindrical-coordinate representation of color #64CAB2: hue angle of 165.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CAB2 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 178 -
CMYK 0.50 0 0.12 0.21
HSL 165.88º 0.49% 0.59% -
HSV(B) 165.88º 0.5% 0.79% -
XYZ 34.41 48.16 49.6 -
YUV 168.77 133.21 78.95 -
System Red Green Blue C M Y K H S L
Decimal 100 202 178 0.50 0 0.12 0.21 165.88 0.49 0.59
Hex 64 CA B2 32 0 C 15 A6 31 3B
Octal 144 312 262 62 0 14 25 246 61 73
Binary 1100100 11001010 10110010 110010 0 1100 10101 10100110 110001 111011

Color Harmonies of #64CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CAB2

Black with #64CAB2

Text Example


Text Example

White with #64CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,202,178); }

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

background-color css

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

 a { background-color: rgb(100,202,178); }

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

border-color css

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

 span { border-color: rgb(100,202,178); }

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