Html Css Color HEX #64ECB2 Medium Aquamarine

📋 copy color: '#64ECB2'

red 100 ◦ green 236 ◦ blue 178

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

Shades of Medium Aquamarine #64ECB2

Tints of Medium Aquamarine #64ECB2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.91%

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

R = 19.46%
G = 45.91%
B = 34.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#64ECB2 (or 0x64ECB2) is known color: Medium Aquamarine. HEX triplet: 64, EC and B2. RGB value is (100,236,178). Sum of RGB (Red+Green+Blue) = 100+236+178=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ECB2 is #9B134D. Grayscale: #BCBCBC. Windows color (decimal): -10163022 or 11725924. OLE color: 11725924.

HSL color Cylindrical-coordinate representation of color #64ECB2: hue angle of 154.41º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECB2 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 178 -
CMYK 0.58 0 0.25 0.07
HSL 154.41º 0.78% 0.66% -
HSV(B) 154.41º 0.58% 0.93% -
XYZ 43.29 65.91 52.56 -
YUV 188.72 121.94 64.72 -
System Red Green Blue C M Y K H S L
Decimal 100 236 178 0.58 0 0.25 0.07 154.41 0.78 0.66
Hex 64 EC B2 3A 0 19 7 9A 4E 42
Octal 144 354 262 72 0 31 7 232 116 102
Binary 1100100 11101100 10110010 111010 0 11001 111 10011010 1001110 1000010

Color Harmonies of #64ECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECB2

Black with #64ECB2

Text Example


Text Example

White with #64ECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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