Html Css Color HEX #64EFB3 Medium Aquamarine

📋 copy color: '#64EFB3'

red 100 ◦ green 239 ◦ blue 179

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

Shades of Medium Aquamarine #64EFB3

Tints of Medium Aquamarine #64EFB3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.14%

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 19.31%
G = 46.14%
B = 34.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#64EFB3 (or 0x64EFB3) is known color: Medium Aquamarine. HEX triplet: 64, EF and B3. RGB value is (100,239,179). Sum of RGB (Red+Green+Blue) = 100+239+179=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFB3 is #9B104C. Grayscale: #BEBEBE. Windows color (decimal): -10162253 or 11792228. OLE color: 11792228.

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

Color convert

RGB 100 239 179 -
CMYK 0.58 0 0.25 0.06
HSL 154.1º 0.81% 0.66% -
HSV(B) 154.1º 0.58% 0.94% -
XYZ 44.26 67.7 53.38 -
YUV 190.6 121.45 63.38 -
System Red Green Blue C M Y K H S L
Decimal 100 239 179 0.58 0 0.25 0.06 154.1 0.81 0.66
Hex 64 EF B3 3A 0 19 6 9A 51 42
Octal 144 357 263 72 0 31 6 232 121 102
Binary 1100100 11101111 10110011 111010 0 11001 110 10011010 1010001 1000010

Color Harmonies of #64EFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFB3

Black with #64EFB3

Text Example


Text Example

White with #64EFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,239,179); }

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

background-color css

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

 a { background-color: rgb(100,239,179); }

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

border-color css

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

 span { border-color: rgb(100,239,179); }

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